@charset "UTF-8";
/*!
Theme Name: Cherry theme
Theme URI: http://cherry-marketing.nl
Author: Cherry
Author URI: http://cherry-marketing.nl
Description: Custom theme developed by Cherry.
Version: 3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cherry
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Cherry theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/
/* ===============
   Font faces
   =============== */
/* nunito-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/cherry/fonts/nunito-v31-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/cherry/fonts/nunito-v31-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/cherry/fonts/nunito-v31-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/cherry/fonts/nunito-v31-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* gloria-hallelujah-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gloria Hallelujah";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/cherry/fonts/gloria-hallelujah-v23-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ===============
   Variables
   =============== */
/* ===============
   Mixins
   =============== */
/* ===============
   Structure
   =============== */
html, body {
  height: 100%;
}
#page {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 100%;
}
#page #masthead {
  width: 100%;
}
#page #content {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
#page #colophon {
  width: 100%;
}
.in-grid {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1400px) {
  .in-grid {
    max-width: 100%;
  }
}
.in-grid-s, footer .footer-top .column.col-12 > div, .post-password-form {
  max-width: 850px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  .in-grid-s, footer .footer-top .column.col-12 > div, .post-password-form {
    max-width: 100%;
  }
}
.gut > a, .gut > div, .gut > form, .gut > header, .gut > article {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.row-spacing {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.row-spacing-m {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.row-spacing-s {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.row-spacing-xs {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.mb {
  margin-bottom: 64px !important;
}
.mb-m {
  margin-bottom: 48px !important;
}
.mb-s {
  margin-bottom: 24px !important;
}
.col-1 {
  width: calc(100% / 12 * 1);
}
.col-2 {
  width: calc(100% / 12 * 2);
}
.col-3 {
  width: calc(100% / 12 * 3);
}
.col-4 {
  width: calc(100% / 12 * 4);
}
.col-5 {
  width: calc(100% / 12 * 5);
}
.col-6 {
  width: calc(100% / 12 * 6);
}
.col-7 {
  width: calc(100% / 12 * 7);
}
.col-8 {
  width: calc(100% / 12 * 8);
}
.col-9 {
  width: calc(100% / 12 * 9);
}
.col-10 {
  width: calc(100% / 12 * 10);
}
.col-11 {
  width: calc(100% / 12 * 11);
}
.col-12 {
  width: calc(100% / 12 * 12);
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:focus-visible {
  outline: 2px dashed #BC6C25 !important;
  box-shadow: 0 0 0 3px rgba(188, 108, 37, 0.3) !important;
}
.footer-cta :focus-visible {
  outline: 2px dashed #BC6C25 !important;
  box-shadow: 0 0 0 3px rgba(188, 108, 37, 0.3) !important;
}
.sale-banner :focus-visible, .banner :focus-visible, footer :focus-visible, .category-header :focus-visible, .dark-bg :focus-visible {
  outline: 2px dashed #fff !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
}
.search-filter-base :focus-visible {
  outline: 2px dashed #BC6C25 !important;
  box-shadow: 0 0 0 3px rgba(188, 108, 37, 0.3) !important;
}
.footer-cta .search-filter-base :focus-visible {
  outline: 2px dashed #BC6C25 !important;
  box-shadow: 0 0 0 3px rgba(188, 108, 37, 0.3) !important;
}
.sale-banner .search-filter-base :focus-visible, .banner .search-filter-base :focus-visible, footer .search-filter-base :focus-visible, .category-header .search-filter-base :focus-visible {
  outline: 2px dashed #fff !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3) !important;
}
html, body, div, span, applet, object, iframe, h1, h2, .single-post .post-hero .inner-hero .content-col .entry-title, .single-product .product-summary .in-grid .summary .inner-summary .product_title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, h3, .search-filter-field .search-filter-label, footer .footer-cta .in-grid .cta-container .inner-container .cta-text p, .location-card .inner-card .bottom-content .title, .post-card .inner-card .bottom-content .title, .product-item a .product-content h2, .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .product-item a .product-content .entry-title, .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .product-item a .product-content .product_title, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .product-item a .product-content span, .account-page .in-grid .woocommerce-MyAccount-content form h2, .account-page .in-grid .woocommerce-MyAccount-content form .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .account-page .in-grid .woocommerce-MyAccount-content form .entry-title, .account-page .in-grid .woocommerce-MyAccount-content form .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .account-page .in-grid .woocommerce-MyAccount-content form .product_title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .account-page .in-grid .woocommerce-MyAccount-content form span, .woocommerce-account .u-columns > div h2, .woocommerce-account .u-columns > div .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce-account .u-columns > div .entry-title, .woocommerce-account .u-columns > div .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce-account .u-columns > div .product_title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-account .u-columns > div span, .woocommerce .filter-sidebar .parent-categories > span, h4, .faq-toggle-item .faq-toggle-question span, .single-post .post-content .connected-products .inner-container .product-item-container .content .product-title, .product-item-small a .product-content h2, .product-item-small a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .product-item-small a .product-content .entry-title, .product-item-small a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .product-item-small a .product-content .product_title, .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .product-item-small a .product-content span, .wc-block-components-product-name, .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, fieldset, legend, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}
body, button, input, textarea {
  color: #000;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  margin-top: 0 !important;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0;
}
address {
  margin: 0;
  font-style: normal;
}
abbr, acronym {
  border-bottom: 1px dotted #BC6C25;
  cursor: help;
}
mark, ins {
  background: #F5F3F0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
ol {
  list-style: decimal;
}
/* ===Images=== */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
.gallery-caption {
  display: block;
}
/* ===Tables=== */
table {
  margin: 0;
  width: 100%;
}
.bypostauthor {
  display: block;
}
.sticky {
  display: block;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
:focus {
  outline: 0;
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #F5F3F0;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
@media only screen and (max-width: 782px) {
  #wpadminbar {
    display: none;
  }
}
/*--------------------------------------------------------------
# Extends
--------------------------------------------------------------*/
.h1, h1 {
  font-size: 56px;
}
@media only screen and (max-width: 768px) {
  .h1, h1 {
    font-size: 36px;
  }
}
.h2, h2, .single-post .post-hero .inner-hero .content-col .entry-title, .single-product .product-summary .in-grid .summary .inner-summary .product_title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span {
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .h2, h2, .single-post .post-hero .inner-hero .content-col .entry-title, .single-product .product-summary .in-grid .summary .inner-summary .product_title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span {
    font-size: 24px;
  }
}
.h3, h3, .search-filter-field .search-filter-label, footer .footer-cta .in-grid .cta-container .inner-container .cta-text p, .location-card .inner-card .bottom-content .title, .post-card .inner-card .bottom-content .title, .product-item a .product-content h2, .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .product-item a .product-content .entry-title, .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .product-item a .product-content .product_title, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .product-item a .product-content span, .account-page .in-grid .woocommerce-MyAccount-content form h2, .account-page .in-grid .woocommerce-MyAccount-content form .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .account-page .in-grid .woocommerce-MyAccount-content form .entry-title, .account-page .in-grid .woocommerce-MyAccount-content form .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .account-page .in-grid .woocommerce-MyAccount-content form .product_title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .account-page .in-grid .woocommerce-MyAccount-content form span, .woocommerce-account .u-columns > div h2, .woocommerce-account .u-columns > div .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce-account .u-columns > div .entry-title, .woocommerce-account .u-columns > div .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce-account .u-columns > div .product_title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-account .u-columns > div span, .woocommerce .filter-sidebar .parent-categories > span {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .h3, h3, .search-filter-field .search-filter-label, footer .footer-cta .in-grid .cta-container .inner-container .cta-text p, .location-card .inner-card .bottom-content .title, .post-card .inner-card .bottom-content .title, .product-item a .product-content h2, .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .product-item a .product-content .entry-title, .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .product-item a .product-content .product_title, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .product-item a .product-content span, .account-page .in-grid .woocommerce-MyAccount-content form h2, .account-page .in-grid .woocommerce-MyAccount-content form .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .account-page .in-grid .woocommerce-MyAccount-content form .entry-title, .account-page .in-grid .woocommerce-MyAccount-content form .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .account-page .in-grid .woocommerce-MyAccount-content form .product_title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .account-page .in-grid .woocommerce-MyAccount-content form span, .woocommerce-account .u-columns > div h2, .woocommerce-account .u-columns > div .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce-account .u-columns > div .entry-title, .woocommerce-account .u-columns > div .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce-account .u-columns > div .product_title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-account .u-columns > div span, .woocommerce .filter-sidebar .parent-categories > span {
    font-size: 21px;
  }
}
.h4, h4, .faq-toggle-item .faq-toggle-question span, .single-post .post-content .connected-products .inner-container .product-item-container .content .product-title, .product-item-small a .product-content h2, .product-item-small a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .product-item-small a .product-content .entry-title, .product-item-small a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .product-item-small a .product-content .product_title, .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .product-item-small a .product-content span, .wc-block-components-product-name, .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
  font-size: 21px;
}
.h5, h5 {
  font-size: 18px;
}
.base-button, footer .footer-cta .in-grid .cta-container .inner-container .button a, .btns .btn-main.primary a, .ccwc-add-to-cart-modal .modal-content a.go-to-cart, .wc-block-components-button, .woocommerce .filter-sidebar .show-filters .button, .woocommerce .filter-sidebar .apply-btn .button {
  text-decoration: none;
  padding: 16px 24px;
  line-height: 1.2;
  background: #BC6C25 !important;
  border: 2px solid #BC6C25 !important;
  color: #fff !important;
  text-align: center;
  border-radius: 0px 15px;
  font-weight: bold;
  -webkit-transition: ease 0.3s all !important;
  -moz-transition: ease 0.3s all !important;
  -ms-transition: ease 0.3s all !important;
  -o-transition: ease 0.3s all !important;
  transition: ease 0.3s all !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.base-button svg, footer .footer-cta .in-grid .cta-container .inner-container .button a svg, .btns .btn-main.primary a svg, .ccwc-add-to-cart-modal .modal-content a.go-to-cart svg, .wc-block-components-button svg, .woocommerce .filter-sidebar .show-filters .button svg, .woocommerce .filter-sidebar .apply-btn .button svg {
  width: 16px;
  height: 16px;
  margin-left: 24px;
}
.base-button svg path, footer .footer-cta .in-grid .cta-container .inner-container .button a svg path, .btns .btn-main.primary a svg path, .ccwc-add-to-cart-modal .modal-content a.go-to-cart svg path, .wc-block-components-button svg path, .woocommerce .filter-sidebar .show-filters .button svg path, .woocommerce .filter-sidebar .apply-btn .button svg path {
  -webkit-transition: ease 0.3s all !important;
  -moz-transition: ease 0.3s all !important;
  -ms-transition: ease 0.3s all !important;
  -o-transition: ease 0.3s all !important;
  transition: ease 0.3s all !important;
  fill: #fff;
}
.base-button:hover, footer .footer-cta .in-grid .cta-container .inner-container .button a:hover, .btns .btn-main.primary a:hover, .ccwc-add-to-cart-modal .modal-content a.go-to-cart:hover, .wc-block-components-button:hover, .woocommerce .filter-sidebar .show-filters .button:hover, .woocommerce .filter-sidebar .apply-btn .button:hover {
  background: #91541d !important;
  border: 2px solid #91541d !important;
}
.base-button-bordered, .btns .btn-main.primary-bordered a, .ccwc-add-to-cart-modal .modal-content .continue-shopping {
  text-decoration: none;
  padding: 16px 24px;
  line-height: 1.2;
  background: transparent !important;
  border: 2px solid #BC6C25 !important;
  color: #BC6C25 !important;
  text-align: center;
  border-radius: 0px 15px;
  font-weight: bold;
  -webkit-transition: ease 0.3s all !important;
  -moz-transition: ease 0.3s all !important;
  -ms-transition: ease 0.3s all !important;
  -o-transition: ease 0.3s all !important;
  transition: ease 0.3s all !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.base-button-bordered svg, .btns .btn-main.primary-bordered a svg, .ccwc-add-to-cart-modal .modal-content .continue-shopping svg {
  width: 16px;
  height: 16px;
  margin-left: 24px;
}
.base-button-bordered svg path, .btns .btn-main.primary-bordered a svg path, .ccwc-add-to-cart-modal .modal-content .continue-shopping svg path {
  -webkit-transition: ease 0.3s all !important;
  -moz-transition: ease 0.3s all !important;
  -ms-transition: ease 0.3s all !important;
  -o-transition: ease 0.3s all !important;
  transition: ease 0.3s all !important;
  fill: #BC6C25;
}
.base-button-bordered:hover, .btns .btn-main.primary-bordered a:hover, .ccwc-add-to-cart-modal .modal-content .continue-shopping:hover {
  background: #91541d !important;
  border: 2px solid #91541d !important;
  color: #fff !important;
}
.base-button-bordered:hover svg path, .btns .btn-main.primary-bordered a:hover svg path, .ccwc-add-to-cart-modal .modal-content .continue-shopping:hover svg path {
  fill: #fff;
}
.base-button-sec, button, input[type="button"], input[type="submit"], .btns .btn-main.secondary a {
  text-decoration: none;
  padding: 16px 24px;
  line-height: 1.2;
  background: #54622E !important;
  border: 2px solid #54622E !important;
  color: #fff !important;
  text-align: center;
  border-radius: 0px 15px;
  font-weight: bold;
  -webkit-transition: ease 0.3s all !important;
  -moz-transition: ease 0.3s all !important;
  -ms-transition: ease 0.3s all !important;
  -o-transition: ease 0.3s all !important;
  transition: ease 0.3s all !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.base-button-sec svg, button svg, input[type="button"] svg, input[type="submit"] svg, .btns .btn-main.secondary a svg {
  width: 16px;
  height: 16px;
  margin-left: 24px;
}
.base-button-sec svg path, button svg path, input[type="button"] svg path, input[type="submit"] svg path, .btns .btn-main.secondary a svg path {
  -webkit-transition: ease 0.3s all !important;
  -moz-transition: ease 0.3s all !important;
  -ms-transition: ease 0.3s all !important;
  -o-transition: ease 0.3s all !important;
  transition: ease 0.3s all !important;
  fill: #fff;
}
.bg-dark-green .base-button-sec, .bg-dark-green button, .bg-dark-green input[type="button"], .bg-dark-green input[type="submit"], .bg-dark-green .btns .btn-main.secondary a, .btns .btn-main.secondary .bg-dark-green a, .flex-banner-row .base-button-sec, .flex-banner-row button, .flex-banner-row input[type="button"], .flex-banner-row input[type="submit"], .flex-banner-row .btns .btn-main.secondary a, .btns .btn-main.secondary .flex-banner-row a {
  background: #fff !important;
  border: 2px solid #fff !important;
  color: #54622E !important;
}
.bg-dark-green .base-button-sec path, .bg-dark-green button path, .bg-dark-green input[type="button"] path, .bg-dark-green input[type="submit"] path, .bg-dark-green .btns .btn-main.secondary a path, .btns .btn-main.secondary .bg-dark-green a path, .flex-banner-row .base-button-sec path, .flex-banner-row button path, .flex-banner-row input[type="button"] path, .flex-banner-row input[type="submit"] path, .flex-banner-row .btns .btn-main.secondary a path, .btns .btn-main.secondary .flex-banner-row a path {
  fill: #54622E;
  -webkit-transition: ease 0.3s all !important;
  -moz-transition: ease 0.3s all !important;
  -ms-transition: ease 0.3s all !important;
  -o-transition: ease 0.3s all !important;
  transition: ease 0.3s all !important;
}
.base-button-sec:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, .btns .btn-main.secondary a:hover {
  background: #363f1e !important;
  border: 2px solid #363f1e !important;
  color: #fff !important;
}
.bg-dark-green .base-button-sec:hover, .bg-dark-green button:hover, .bg-dark-green input[type="button"]:hover, .bg-dark-green input[type="submit"]:hover, .bg-dark-green .btns .btn-main.secondary a:hover, .btns .btn-main.secondary .bg-dark-green a:hover, .flex-banner-row .base-button-sec:hover, .flex-banner-row button:hover, .flex-banner-row input[type="button"]:hover, .flex-banner-row input[type="submit"]:hover, .flex-banner-row .btns .btn-main.secondary a:hover, .btns .btn-main.secondary .flex-banner-row a:hover {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
  color: #54622E !important;
}
.bg-dark-green .base-button-sec:hover svg path, .bg-dark-green button:hover svg path, .bg-dark-green input[type="button"]:hover svg path, .bg-dark-green input[type="submit"]:hover svg path, .bg-dark-green .btns .btn-main.secondary a:hover svg path, .btns .btn-main.secondary .bg-dark-green a:hover svg path, .flex-banner-row .base-button-sec:hover svg path, .flex-banner-row button:hover svg path, .flex-banner-row input[type="button"]:hover svg path, .flex-banner-row input[type="submit"]:hover svg path, .flex-banner-row .btns .btn-main.secondary a:hover svg path, .btns .btn-main.secondary .flex-banner-row a:hover svg path {
  fill: #54622E !important;
}
.base-button-sec-bordered, .btns .btn-main.secondary-bordered a, .apply-card .inner-card .green-circle .dummy-btn span, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a {
  text-decoration: none;
  padding: 16px 24px;
  line-height: 1.2;
  background: transparent !important;
  border: 2px solid #54622E !important;
  color: #54622E !important;
  text-align: center;
  border-radius: 0px 15px;
  font-weight: bold;
  -webkit-transition: ease 0.3s all !important;
  -moz-transition: ease 0.3s all !important;
  -ms-transition: ease 0.3s all !important;
  -o-transition: ease 0.3s all !important;
  transition: ease 0.3s all !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.base-button-sec-bordered svg, .btns .btn-main.secondary-bordered a svg, .apply-card .inner-card .green-circle .dummy-btn span svg, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a svg, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a svg {
  width: 16px;
  height: 16px;
  margin-left: 24px;
}
.base-button-sec-bordered svg path, .btns .btn-main.secondary-bordered a svg path, .apply-card .inner-card .green-circle .dummy-btn span svg path, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a svg path, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a svg path {
  fill: #54622E;
  -webkit-transition: ease 0.3s all !important;
  -moz-transition: ease 0.3s all !important;
  -ms-transition: ease 0.3s all !important;
  -o-transition: ease 0.3s all !important;
  transition: ease 0.3s all !important;
}
.bg-dark-green .base-button-sec-bordered, .bg-dark-green .btns .btn-main.secondary-bordered a, .btns .btn-main.secondary-bordered .bg-dark-green a, .bg-dark-green .apply-card .inner-card .green-circle .dummy-btn span, .apply-card .inner-card .green-circle .dummy-btn .bg-dark-green span, .bg-dark-green .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .bg-dark-green a, .bg-dark-green .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .bg-dark-green a, .flex-banner-row .base-button-sec-bordered, .flex-banner-row .btns .btn-main.secondary-bordered a, .btns .btn-main.secondary-bordered .flex-banner-row a, .flex-banner-row .apply-card .inner-card .green-circle .dummy-btn span, .apply-card .inner-card .green-circle .dummy-btn .flex-banner-row span, .flex-banner-row .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .flex-banner-row a, .flex-banner-row .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .flex-banner-row a, .green-circle .base-button-sec-bordered, .green-circle .btns .btn-main.secondary-bordered a, .btns .btn-main.secondary-bordered .green-circle a, .green-circle .apply-card .inner-card .green-circle .dummy-btn span, .apply-card .inner-card .green-circle .dummy-btn .green-circle span, .green-circle .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .green-circle a, .green-circle .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .green-circle a {
  border: 2px solid #fff !important;
  color: #fff !important;
}
.bg-dark-green .base-button-sec-bordered svg path, .bg-dark-green .btns .btn-main.secondary-bordered a svg path, .btns .btn-main.secondary-bordered .bg-dark-green a svg path, .bg-dark-green .apply-card .inner-card .green-circle .dummy-btn span svg path, .apply-card .inner-card .green-circle .dummy-btn .bg-dark-green span svg path, .bg-dark-green .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a svg path, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .bg-dark-green a svg path, .bg-dark-green .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a svg path, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .bg-dark-green a svg path, .flex-banner-row .base-button-sec-bordered svg path, .flex-banner-row .btns .btn-main.secondary-bordered a svg path, .btns .btn-main.secondary-bordered .flex-banner-row a svg path, .flex-banner-row .apply-card .inner-card .green-circle .dummy-btn span svg path, .apply-card .inner-card .green-circle .dummy-btn .flex-banner-row span svg path, .flex-banner-row .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a svg path, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .flex-banner-row a svg path, .flex-banner-row .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a svg path, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .flex-banner-row a svg path, .green-circle .base-button-sec-bordered svg path, .green-circle .btns .btn-main.secondary-bordered a svg path, .btns .btn-main.secondary-bordered .green-circle a svg path, .green-circle .apply-card .inner-card .green-circle .dummy-btn span svg path, .apply-card .inner-card .green-circle .dummy-btn .green-circle span svg path, .green-circle .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a svg path, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .green-circle a svg path, .green-circle .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a svg path, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .green-circle a svg path {
  fill: #fff !important;
}
.sale-banner .base-button-sec-bordered, .sale-banner .btns .btn-main.secondary-bordered a, .btns .btn-main.secondary-bordered .sale-banner a, .sale-banner .apply-card .inner-card .green-circle .dummy-btn span, .apply-card .inner-card .green-circle .dummy-btn .sale-banner span, .sale-banner .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .sale-banner a, .sale-banner .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .sale-banner a {
  border: 2px solid #F9EBC7 !important;
  color: #F9EBC7 !important;
}
.sale-banner .base-button-sec-bordered svg path, .sale-banner .btns .btn-main.secondary-bordered a svg path, .btns .btn-main.secondary-bordered .sale-banner a svg path, .sale-banner .apply-card .inner-card .green-circle .dummy-btn span svg path, .apply-card .inner-card .green-circle .dummy-btn .sale-banner span svg path, .sale-banner .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a svg path, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .sale-banner a svg path, .sale-banner .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a svg path, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .sale-banner a svg path {
  fill: #F9EBC7 !important;
}
.bannergreen .base-button-sec-bordered, .bannergreen .btns .btn-main.secondary-bordered a, .btns .btn-main.secondary-bordered .bannergreen a, .bannergreen .apply-card .inner-card .green-circle .dummy-btn span, .apply-card .inner-card .green-circle .dummy-btn .bannergreen span, .bannergreen .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .bannergreen a, .bannergreen .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .bannergreen a {
  border: 2px solid #fff !important;
  color: #fff !important;
}
.bannergreen .base-button-sec-bordered svg path, .bannergreen .btns .btn-main.secondary-bordered a svg path, .btns .btn-main.secondary-bordered .bannergreen a svg path, .bannergreen .apply-card .inner-card .green-circle .dummy-btn span svg path, .apply-card .inner-card .green-circle .dummy-btn .bannergreen span svg path, .bannergreen .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a svg path, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .bannergreen a svg path, .bannergreen .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a svg path, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .bannergreen a svg path {
  fill: #fff !important;
}
.base-button-sec-bordered:hover, .btns .btn-main.secondary-bordered a:hover, .apply-card .inner-card .green-circle .dummy-btn span:hover, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a:hover, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a:hover {
  background: #363f1e !important;
  border: 2px solid #363f1e !important;
  color: #fff !important;
}
.base-button-sec-bordered:hover svg path, .btns .btn-main.secondary-bordered a:hover svg path, .apply-card .inner-card .green-circle .dummy-btn span:hover svg path, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a:hover svg path, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a:hover svg path {
  fill: #fff;
}
.bg-dark-green .base-button-sec-bordered:hover, .bg-dark-green .btns .btn-main.secondary-bordered a:hover, .btns .btn-main.secondary-bordered .bg-dark-green a:hover, .bg-dark-green .apply-card .inner-card .green-circle .dummy-btn span:hover, .apply-card .inner-card .green-circle .dummy-btn .bg-dark-green span:hover, .bg-dark-green .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a:hover, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .bg-dark-green a:hover, .bg-dark-green .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a:hover, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .bg-dark-green a:hover, .flex-banner-row .base-button-sec-bordered:hover, .flex-banner-row .btns .btn-main.secondary-bordered a:hover, .btns .btn-main.secondary-bordered .flex-banner-row a:hover, .flex-banner-row .apply-card .inner-card .green-circle .dummy-btn span:hover, .apply-card .inner-card .green-circle .dummy-btn .flex-banner-row span:hover, .flex-banner-row .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a:hover, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .flex-banner-row a:hover, .flex-banner-row .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a:hover, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .flex-banner-row a:hover, .sale-banner .base-button-sec-bordered:hover, .sale-banner .btns .btn-main.secondary-bordered a:hover, .btns .btn-main.secondary-bordered .sale-banner a:hover, .sale-banner .apply-card .inner-card .green-circle .dummy-btn span:hover, .apply-card .inner-card .green-circle .dummy-btn .sale-banner span:hover, .sale-banner .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a:hover, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .sale-banner a:hover, .sale-banner .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a:hover, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .sale-banner a:hover, .green-circle .base-button-sec-bordered:hover, .green-circle .btns .btn-main.secondary-bordered a:hover, .btns .btn-main.secondary-bordered .green-circle a:hover, .green-circle .apply-card .inner-card .green-circle .dummy-btn span:hover, .apply-card .inner-card .green-circle .dummy-btn .green-circle span:hover, .green-circle .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a:hover, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .green-circle a:hover, .green-circle .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a:hover, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .green-circle a:hover {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
  color: #54622E !important;
}
.bg-dark-green .base-button-sec-bordered:hover svg path, .bg-dark-green .btns .btn-main.secondary-bordered a:hover svg path, .btns .btn-main.secondary-bordered .bg-dark-green a:hover svg path, .bg-dark-green .apply-card .inner-card .green-circle .dummy-btn span:hover svg path, .apply-card .inner-card .green-circle .dummy-btn .bg-dark-green span:hover svg path, .bg-dark-green .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a:hover svg path, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .bg-dark-green a:hover svg path, .bg-dark-green .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a:hover svg path, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .bg-dark-green a:hover svg path, .flex-banner-row .base-button-sec-bordered:hover svg path, .flex-banner-row .btns .btn-main.secondary-bordered a:hover svg path, .btns .btn-main.secondary-bordered .flex-banner-row a:hover svg path, .flex-banner-row .apply-card .inner-card .green-circle .dummy-btn span:hover svg path, .apply-card .inner-card .green-circle .dummy-btn .flex-banner-row span:hover svg path, .flex-banner-row .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a:hover svg path, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .flex-banner-row a:hover svg path, .flex-banner-row .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a:hover svg path, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .flex-banner-row a:hover svg path, .sale-banner .base-button-sec-bordered:hover svg path, .sale-banner .btns .btn-main.secondary-bordered a:hover svg path, .btns .btn-main.secondary-bordered .sale-banner a:hover svg path, .sale-banner .apply-card .inner-card .green-circle .dummy-btn span:hover svg path, .apply-card .inner-card .green-circle .dummy-btn .sale-banner span:hover svg path, .sale-banner .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a:hover svg path, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .sale-banner a:hover svg path, .sale-banner .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a:hover svg path, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .sale-banner a:hover svg path, .green-circle .base-button-sec-bordered:hover svg path, .green-circle .btns .btn-main.secondary-bordered a:hover svg path, .btns .btn-main.secondary-bordered .green-circle a:hover svg path, .green-circle .apply-card .inner-card .green-circle .dummy-btn span:hover svg path, .apply-card .inner-card .green-circle .dummy-btn .green-circle span:hover svg path, .green-circle .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a:hover svg path, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .green-circle a:hover svg path, .green-circle .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a:hover svg path, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .green-circle a:hover svg path {
  fill: #54622E !important;
}
.input-standard, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  width: 100%;
  display: block;
  padding: 16px 24px;
  color: #54622E;
  background-color: #fff;
  border: 1px solid #E6E6D0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.input-standard:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  color: #54622E;
}
.input-standard:disabled, input[type="text"]:disabled, input[type="email"]:disabled, input[type="url"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="number"]:disabled, input[type="tel"]:disabled, input[type="range"]:disabled, input[type="date"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="time"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="color"]:disabled, textarea:disabled, select:disabled {
  background: #F5F3F0;
}
.img-holder-container {
  display: block;
}
.fontawesome, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after, .ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before, header#masthead .menu-bar .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after, footer .footer-top .column .company-data li.company:not(.logo):before, .wysiwyg-content ul li:before, .wc-block-cart-item__remove-link:before {
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fontawesome-brands {
  font-family: "Font Awesome 6 Brands";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexbox, #page, .in-grid, .in-grid-s, footer .footer-top .column.col-12 > div, .post-password-form, .base-button, footer .footer-cta .in-grid .cta-container .inner-container .button a, .btns .btn-main.primary a, .ccwc-add-to-cart-modal .modal-content a.go-to-cart, .wc-block-components-button, .woocommerce .filter-sidebar .show-filters .button, .woocommerce .filter-sidebar .apply-btn .button, .base-button-bordered, .btns .btn-main.primary-bordered a, .ccwc-add-to-cart-modal .modal-content .continue-shopping, .base-button-sec, button, input[type="button"], input[type="submit"], .btns .btn-main.secondary a, .base-button-sec-bordered, .btns .btn-main.secondary-bordered a, .apply-card .inner-card .green-circle .dummy-btn span, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a, .gform_body .gform_fields, .gform_body .gform_fields .gfield .ginput_complex, .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload + .ginput_preview_list > div, .gform_footer, .gform_page_footer, .gf_page_steps, .gf_page_steps .gf_step, .gf_page_steps .gf_step a, header#masthead .top-header .in-grid .usp-container, header#masthead .top-header .in-grid .usp-container .usp-item, header#masthead .top-header .in-grid .rating, header#masthead .top-header .in-grid .rating .inner-container, header#masthead .menu-bar .site-branding, header#masthead .menu-bar .site-branding > a, header#masthead .menu-bar .main-navigation, header#masthead .menu-bar .main-navigation ul.menu, header#masthead .menu-bar .utilities, header#masthead .menu-bar .utilities .inner-box, header#masthead .menu-bar .ct-site-search-container .in-grid .col-8 #searchform, header#masthead .bottom-header .in-grid .secondary-navigation, header#masthead .bottom-header .in-grid .secondary-navigation ul, footer .footer-cta .in-grid .cta-container .inner-container, footer .footer-top .column .footer-link-block-repeater, footer .footer-top .column .footer-link-block-repeater .footer-link-block a .inner-link-block, .responsive-menu-container .responsive-menu-logo, .responsive-menu-container .responsive-menu-logo > a, .responsive-menu-container ul.menu li.menu-item a, .error404 .site-content, .cc-contentcontainer .iframe-item-container #eprov-0u6xvmwl0w.eprov-cs form .button button, .cc-contentcontainer .iframe-item-container .eprov-cs form .button button, .flex-content-columns-row .in-grid .column .cc-contentcontainer, .flex-framed-content-columns-row .in-grid .column .cc-contentcontainer, .c-align-left.flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-left.flex-framed-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-center.flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-center.flex-framed-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-right.flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-right.flex-framed-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .flex-content-columns-row .in-grid .column:not(:only-child), .flex-framed-content-columns-row .in-grid .column:not(:only-child), .flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block, .flex-banner-row .in-grid .banner .inner-banner, .flex-product-slider-row .in-grid.controls .arrows, .flex-locations-slider-row .in-grid.controls .arrows, .flex-sale-banner-row .in-grid .sale-banner .inner-banner, .flex-featured-posts-row .in-grid-s > div.controls, .flex-featured-posts-row footer .footer-top .column.col-12 > div > div.controls, footer .footer-top .flex-featured-posts-row .column.col-12 > div > div.controls, .flex-featured-posts-row .post-password-form > div.controls, .flex-content-image-row, .flex-content-image-row .content-column, .btns, .btns .btn-main, .title, .icon-text, .social-icons > ul, .faq-toggle-item .faq-toggle-question, .icon-link-repeater-element .icon-link-items, .icon-link-repeater-element .icon-link-items .icon-link-item, .icon-link-repeater-element .icon-link-items .icon-link-item a, .location-repeater-element .location-items, .location-repeater-element .location-items .location-item, .location-repeater-element .location-items .location-item .information, .location-card .inner-card .bottom-content .product-categories, .apply-card .inner-card .green-circle, .post-card .inner-card, .post-card .inner-card .bottom-content, .post-card .inner-card .bottom-content .bottom-row, .post-card .inner-card .bottom-content .bottom-row .arrow-btn, .post-nav, .post-nav > a .post-nav-content .nav-prev, .post-nav > a .post-nav-content .nav-next, .single-locations_cpt .location-summary .in-grid .thumbnail, .single-locations_cpt .location-summary .in-grid .summary, .single-locations_cpt .location-summary .in-grid .summary .inner-summary .product-categories, .single-locations_cpt .featured-products-row .in-grid-s .controls, .single-locations_cpt .featured-products-row footer .footer-top .column.col-12 > div .controls, footer .footer-top .single-locations_cpt .featured-products-row .column.col-12 > div .controls, .single-locations_cpt .featured-products-row .post-password-form .controls, .single-post .post-hero .inner-hero, .single-post .post-hero .inner-hero .content-col, .single-post .post-hero .inner-hero .content-col .post-meta, .single-post .post-hero .inner-hero .content-col .post-meta .date-author-meta, .single-post .post-content .connected-products .inner-container .product-item-container, .single-post .post-content .connected-products .inner-container .product-item-container .content, .single-post .post-content .connected-products .inner-container .shop-usps, .single-post .post-content .connected-products .inner-container .shop-usps .usp-item, .filter-bar, .filter-bar .search-filter-field--input-type-radio.horizontal-buttons .search-filter-input-group, .navigation .nav-links, .search-results .search-header .inner-header, .search-results .search-header .inner-header .category-info, .search-results .search-header .inner-header .tag-info, .search-results .search-filter-pagination, .search-results .search-filter-pagination button, .post-type-archive-locations_cpt .locations-grid-wrapper .search-filter-pagination, .post-type-archive-locations_cpt .locations-grid-wrapper .search-filter-pagination button, .cc-slider.product-slider .swiper-wrapper .swiper-slide, .cc-slider.locations-slider .swiper-wrapper .swiper-slide, .cc-slider.main-product-swiper .controls .arrows, .cc-slider.main-product-swiper .controls .swiper-button-prev, .cc-slider.main-product-swiper .controls .swiper-button-next, .cc-slider .slider-controls, .cc-slider .swiper-pagination, .cc-slider .swiper-pagination.swiper-pagination-progressbar, .swiper-button-prev, .swiper-button-next, .fancybox-container .fancybox-toolbar, .product-item, .product-item > *, .product-item .product-actions, .product-item .product-actions .product-content-bottom span.price, .product-item-small, .product-item-small > *, .cc-base-popup .pop-up-container, .cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container, .cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span, .cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-loader, .cc-add-to-cart-popup .pop-up-container, .cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container, .cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span, .cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-loader, .ccwc-add-to-cart-modal .modal-content, .wc-block-cart-item__quantity, .account-page .in-grid nav.woocommerce-MyAccount-navigation ul, .woocommerce-account .u-columns .woocommerce-form, .woocommerce-account .u-columns .woocommerce-form .form-row, .woocommerce-lost-password .woocommerce, .single-product .product-summary .in-grid .gallery-col, .single-product .product-summary .in-grid .gallery-col .gallery-slider, .single-product .product-summary .in-grid .summary, .single-product .product-summary .in-grid .summary .inner-summary .product-usps .usp-item, .single-product .product-summary form.cart .quantity-cart-wrapper, .single-product .product-summary form.cart .quantity-cart-wrapper .button.single_add_to_cart_button, .single-product .product-summary form.cart .quantity-cart-wrapper .button.single_add_to_cart_button .button-icon, .single-product .product-summary form.cart .quantity-cart-wrapper .button.single_add_to_cart_button .button-loader, .single-product .creators-section .in-grid .locations-container .inner-container, .single-product .creators-section .in-grid .locations-container .inner-container .content-col, .single-product .creators-section .in-grid .locations-container .inner-container .content-col .location-items, .single-product .usp-section .in-grid .usp-items, .single-product .usp-section .in-grid .usp-items > div.usp-item, .woocommerce.post-type-archive-product .results-ordering-container, .woocommerce.tax-product_cat .results-ordering-container, .woocommerce.tax-product_tag .results-ordering-container, .woocommerce.tax-product_cat .category-header .inner-header, .woocommerce.tax-product_cat .tag-header .inner-header, .woocommerce.tax-product_tag .category-header .inner-header, .woocommerce.tax-product_tag .tag-header .inner-header, .woocommerce.tax-product_cat .category-header .inner-header .category-info, .woocommerce.tax-product_cat .category-header .inner-header .tag-info, .woocommerce.tax-product_cat .tag-header .inner-header .category-info, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info, .woocommerce.tax-product_tag .category-header .inner-header .category-info, .woocommerce.tax-product_tag .category-header .inner-header .tag-info, .woocommerce.tax-product_tag .tag-header .inner-header .category-info, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info, .woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link, .woocommerce .shop-main .title-grid, .woocommerce .filter-sidebar .filter-pop-up, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .close, .woocommerce .woocommerce-pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-cover, .cc-contentcontainer .cc-image-element .image-holder img, .flex-content-image-row .image-column img, .location-repeater-element .location-items .location-item .image .image-holder img, .location-card .inner-card .location-image .image-holder img, .post-card .inner-card .top-content .blog-image .image-holder img, .single-locations_cpt .location-summary .in-grid .thumbnail .image .image-holder img, .single-post .post-hero .inner-hero .image-col .image-holder img, .single-post .post-content .connected-products .inner-container .product-item-container img, .cc-slider.product-thumbs-swiper .swiper-wrapper .swiper-slide img, .cc-slider.main-product-swiper .swiper-wrapper .swiper-slide img, .product-item a .product-thumbnail .image-holder img, .wc-block-cart-item__image a img, .woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image img, .checkout-order-summary-block-fill .wc-block-components-order-summary-item__image img, .single-product .creators-section .in-grid .locations-container .inner-container .image-col .image .image-holder img, .woocommerce.tax-product_cat .category-header .inner-header .category-image .image-holder img, .woocommerce.tax-product_cat .category-header .inner-header .tag-image .image-holder img, .woocommerce.tax-product_cat .tag-header .inner-header .category-image .image-holder img, .woocommerce.tax-product_cat .tag-header .inner-header .tag-image .image-holder img, .woocommerce.tax-product_tag .category-header .inner-header .category-image .image-holder img, .woocommerce.tax-product_tag .category-header .inner-header .tag-image .image-holder img, .woocommerce.tax-product_tag .tag-header .inner-header .category-image .image-holder img, .woocommerce.tax-product_tag .tag-header .inner-header .tag-image .image-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.image-contain, header#masthead .top-header .in-grid .usp-container .usp-item .usp-icon .inner-icon img, header#masthead .menu-bar .site-branding > a img, .flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder img, .icon-link-repeater-element .icon-link-items .icon-link-item a .icon-container img, .single-post .post-content .connected-products .inner-container .shop-usps .usp-item .usp-icon .icon-holder img, .product-item-small a .product-thumbnail img, .single-product .usp-section .in-grid .usp-items > div.usp-item .icon .image .image-holder img, .woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder img, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* ===============
   Input Fields
   =============== */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
select {
  min-height: 36px;
  /* Arrow */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12.932%2015.5077L7.07422%209.64994L8.23197%208.49219L12.932%2013.1922L17.632%208.49219L18.7897%209.64994L12.932%2015.5077Z%22%20fill%3D%22%235F6368%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%;
  background-size: 1.5rem auto;
  padding-right: 40px !important;
}
textarea {
  resize: vertical;
}
textarea.small {
  height: 80px;
}
textarea.medium {
  height: 140px;
}
textarea.large {
  height: 200px;
}
button, input[type="button"], input[type="submit"] {
  border: none;
}
/* ===============
   Forms
   =============== */
form ul {
  list-style: none;
}
.wysiwyg-content form ul li {
  padding-left: 0;
}
.wysiwyg-content form ul li:before {
  display: none;
}
/* ===============
   Gravity Forms
   =============== */
.gform_wrapper form {
  margin-left: -8px;
  margin-right: -8px;
}
.gform_body .gform_fields .gfield {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.gform_body .gform_fields .gfield .gfield_label {
  color: #54622E;
  display: flex;
  margin-bottom: 3px;
}
.gform_body .gform_fields .gfield .gfield_label .gfield_required {
  margin-left: 3px;
}
@media only screen and (max-width: 768px) {
  .gform_body .gform_fields .gfield {
    width: 100% !important;
  }
}
.gform_body .gform_fields .gfield.gsection {
  width: 100%;
}
.gform_body .gform_fields .gfield.gfield--width-quarter {
  width: calc(100% / 12 * 3);
}
.gform_body .gform_fields .gfield.gfield--width-third {
  width: calc(100% / 12 * 4);
}
.gform_body .gform_fields .gfield.gfield--width-five-twelfths {
  width: calc(100% / 12 * 5);
}
.gform_body .gform_fields .gfield.gfield--width-half {
  width: 50%;
}
.gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
  width: calc(100% / 12 * 7);
}
.gform_body .gform_fields .gfield.gfield--width-two-thirds {
  width: calc(100% / 12 * 8);
}
.gform_body .gform_fields .gfield.gfield--width-three-quarter {
  width: calc(100% / 12 * 9);
}
.gform_body .gform_fields .gfield.gfield--width-five-sixths {
  width: calc(100% / 12 * 10);
}
.gform_body .gform_fields .gfield.gfield--width-eleven-twelfths {
  width: calc(100% / 12 * 11);
}
.gform_body .gform_fields .gfield.gfield--width-full {
  width: 100%;
}
.gform_body .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_body .gform_fields .gfield.spacer {
  display: none !important;
}
.gform_body .gform_fields .gfield.gf_left_half {
  padding-right: 8px;
}
.gform_body .gform_fields .gfield.gf_right_half {
  padding-left: 8px;
}
.gform_body .gform_fields .gfield.gf_left_half, .gform_body .gform_fields .gfield.gf_right_half {
  width: 50%;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 768px) {
  .gform_body .gform_fields .gfield.gf_left_half, .gform_body .gform_fields .gfield.gf_right_half {
    width: 100%;
    padding: 0;
  }
}
.gform_body .gform_fields .gfield.gform_validation_container, .gform_body .gform_fields .gfield.gfield_visibility_hidden {
  display: none !important;
}
.gform_body .gform_fields .gfield.gfield_error input, .gform_body .gform_fields .gfield.gfield_error textarea, .gform_body .gform_fields .gfield.gfield_error select {
  border: 1px solid #c23630;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice:not(:first-child), .gform_body .gform_fields .gfield .gfield_radio .gchoice:not(:first-child) {
  margin-top: 2px;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="checkbox"], .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="radio"], .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="checkbox"], .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="radio"] {
  display: none;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="checkbox"]:checked + label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="radio"]:checked + label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="checkbox"]:checked + label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="radio"]:checked + label:before {
  opacity: 1;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="checkbox"]:checked + label:after, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="radio"]:checked + label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="checkbox"]:checked + label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="radio"]:checked + label:after {
  opacity: 0;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label, .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
  opacity: 0;
  font-weight: bold;
  color: #43896e;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before {
  content: "";
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after {
  content: "";
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
  content: "";
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  content: "";
}
.gform_body .gform_fields .gfield .gfield_list_groups .gfield_list_group:not(:first-of-type) {
  margin-top: 10px;
}
.gform_body .gform_fields .gfield .gfield_list_groups .gfield_list_group_item {
  margin-bottom: 5px;
}
.gform_body .gform_fields .gfield .gfield_list_groups button.add_list_item {
  background: #333333;
}
.gform_body .gform_fields .gfield .gfield_list_groups button.delete_list_item {
  background: #5F6368;
}
.gform_body .gform_fields .gfield .ginput_complex span, .gform_body .gform_fields .gfield .ginput_complex div {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 600px) {
  .gform_body .gform_fields .gfield .ginput_complex span, .gform_body .gform_fields .gfield .ginput_complex div {
    width: 100%;
    margin-right: 0 !important;
  }
  .gform_body .gform_fields .gfield .ginput_complex span:not(:last-child), .gform_body .gform_fields .gfield .ginput_complex div:not(:last-child) {
    margin-bottom: 5px;
  }
}
.gform_body .gform_fields .gfield .ginput_complex span:not(:last-child), .gform_body .gform_fields .gfield .ginput_complex div:not(:last-child) {
  margin-right: 5px;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_full {
  width: 100%;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left {
  padding-right: 8px;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_right {
  padding-left: 8px;
}
.gform_body .gform_fields .gfield .ginput_complex label {
  font-size: 14px;
  font-weight: bold;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
  width: 50%;
  display: block;
}
@media only screen and (max-width: 991px) {
  .gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
    width: 100%;
    padding: 0;
  }
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left select, .gform_body .gform_fields .gfield .ginput_complex .ginput_right select {
  width: 100%;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right, .gform_body .gform_fields .gfield .ginput_complex .ginput_full {
  margin-bottom: 16px;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload > input {
  margin-right: 16px;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload > div + .gform_fileupload_rules {
  margin-top: 5px;
  display: inline-block;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload .gform_drop_area {
  padding: 16px 24px;
  border: 1px solid #E6E6D0;
  text-align: center;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload + .ginput_preview_list > div {
  margin-top: 10px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload + .ginput_preview_list > div > span {
  margin-right: 16px;
}
.gform_footer, .gform_page_footer {
  padding-left: 8px;
  padding-right: 8px;
  width: 100% !important;
}
.gform_footer .gform_next_button, .gform_page_footer .gform_next_button {
  margin-left: auto;
}
.gf_page_steps {
  padding-left: 8px;
  padding-right: 8px;
}
.gf_page_steps .gf_step {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .gf_page_steps .gf_step {
    width: 100%;
    margin-right: 0 !important;
  }
  .gf_page_steps .gf_step a, .gf_page_steps .gf_step.gf_step_active {
    padding: 10px !important;
    border-bottom: none !important;
    border-left: 3px solid #E6E6D0;
    width: auto !important;
  }
  .gf_page_steps .gf_step a:after, .gf_page_steps .gf_step.gf_step_active:after {
    content: none !important;
  }
  .gf_page_steps .gf_step:not(:last-child) {
    margin-bottom: 10px;
  }
}
.gf_page_steps .gf_step:not(:last-child) {
  margin-right: 10px;
}
.gf_page_steps .gf_step a {
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #333333;
}
.gf_page_steps .gf_step a, .gf_page_steps .gf_step.gf_step_active {
  padding: 10px 0;
  border-bottom: 3px solid #E6E6D0;
}
.gf_page_steps .gf_step.gf_step_active {
  border-color: #5F6368;
  position: relative;
}
.gf_page_steps .gf_step.gf_step_active:after {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 10px);
  width: 20px;
  height: 10px;
  background: #5F6368;
}
.gf_page_steps .gf_step .gf_step_number {
  width: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  background: #5F6368 !important;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
}
.gf_page_steps .gf_step .gf_step_label {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 14px;
}
.validation_message {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  background: #c23630;
  width: auto !important;
  margin-top: 10px;
  position: relative;
}
.validation_message:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #c23630;
  transform: rotate(45deg) translateX(-50%);
  top: 0;
  left: 50%;
}
.validation_message.validation_message--hidden-on-empty {
  display: none;
}
.validation_error {
  font-weight: bold;
  color: #c23630;
  margin-bottom: 16px;
}
.warning-container {
  color: #fff;
  padding: 5px 10px;
  background: #c23630;
  text-align: center;
}
.gform_validation_errors {
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 4px solid #c23630;
}
.gform_validation_errors .gform_submission_error {
  font-size: 18px;
  line-height: 1.5;
}
.ui-datepicker {
  width: 300px;
  max-width: 100%;
  height: auto;
  margin: 5px auto 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999 !important;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #E6E6D0;
  border-bottom: 1px solid #5F6368;
}
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #5F6368;
}
.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #d4d4af;
  border-right: 1px solid #d4d4af;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #5F6368;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #E6E6D0;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #E6E6D0;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  margin-top: 5px;
  width: auto;
  padding: 0;
  display: inline-block;
  padding: 3px 10px;
}
.ui-datepicker .ui-datepicker-title select:not(:first-of-type) {
  margin-left: 5px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 600%;
  overflow: hidden;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  position: absolute;
  width: 100%;
  top: calc(50% + 6px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #333333;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "";
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "";
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #FFF;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background: #F5F3F0;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #43896e;
  /* set the active date background color */
  color: white;
  /* set the active date font color */
  position: relative;
}
.ui-datepicker .ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
}
.ui-datepicker .ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d4d4af;
}
.ui-datepicker .ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
  background: #E6E6D0;
  color: #5F6368;
}
.ui-datepicker table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker .ui-datepicker-trigger {
  display: block;
  position: absolute;
  top: 35px;
  right: 10px;
}
/* ===============
   Placeholder color
   =============== */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(84, 98, 46, 0.5);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(84, 98, 46, 0.5);
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(84, 98, 46, 0.5);
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(84, 98, 46, 0.5);
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(84, 98, 46, 0.5);
}
/* ===============
   Autocomplete
   =============== */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #54622E;
}
/* GF Spinner */
.gform_ajax_spinner, .gform-loader {
  margin-left: 10px !important;
  border: 4px solid #BC6C25;
  border-left: 4px solid transparent;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  -webkit-animation: spinner 1.1s infinite linear;
  -moz-animation: spinner 1.1s infinite linear;
  -ms-animation: spinner 1.1s infinite linear;
  -o-animation: spinner 1.1s infinite linear;
  animation: spinner 1.1s infinite linear;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search-filter-field .search-filter-label {
  color: #BC6C25 !important;
}
.search-filter-field span {
  color: #000 !important;
}
.search-filter-field .search-filter-input-group, .search-filter-field .search-filter-component-range-slider {
  margin-top: 16px;
}
.search-filter-field .search-filter-input-checkbox .search-filter-input-checkbox__label {
  padding-left: 16px !important;
}
.search-filter-field .search-filter-input-checkbox .search-filter-input-checkbox__control {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #E6E6D0;
  position: relative;
}
.search-filter-field .search-filter-input-checkbox.search-filter-input-checkbox--is-active .search-filter-input-checkbox__control:after {
  content: "✔";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #BC6C25;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.search-filter-field .search-filter-component-range-slider__range-input-bar:before {
  background: #5F6368 !important;
}
.dark-bg .search-filter-field .search-filter-component-range-slider__range-input-bar:before {
  background: #E6E6D0 !important;
}
.search-filter-field .search-filter-component-range-slider__range-input-bar .search-filter-component-range-slider__range-input-progress {
  --range-color: #BC6C25 !important;
  --track-background: linear-gradient(to right, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100% / 100% 100% !important;
}
.dark-bg .search-filter-field .search-filter-component-range-slider__range-input-bar .search-filter-component-range-slider__range-input-progress {
  --range-color: #fff !important;
}
.search-filter-field .search-filter-component-range-slider__range-text {
  font-size: 16px;
  gap: 4px;
}
.search-filter-field .search-filter-component-range-slider__range-text .search-filter-component-range-slider__range-text-min:before {
  content: "Prijs: ";
}
#sf-svg-checkbox, #sf-svg-checkbox-checked {
  display: none !important;
}
/*--------------------------------------------------------------
# Header & Footer
--------------------------------------------------------------*/
/* ===============
   Header
   =============== */
header#masthead {
  position: sticky;
  z-index: 99997;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
.mobile-menu-is-open header#masthead {
  background: transparent;
}
.admin-bar header#masthead {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar header#masthead {
    top: 0;
  }
}
header#masthead.has-scrolled {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.lock header#masthead.has-scrolled {
  background: #54622E;
}
.mobile-device header#masthead.has-scrolled {
  margin-top: 0;
  padding: 8px 0 8px 0;
}
@media only screen and (max-width: 991px) {
  header#masthead.has-scrolled {
    margin-top: 0;
    padding: 8px 0 8px 0;
  }
}
header#masthead .top-header {
  background: #54622E;
  padding: 16px 0;
  border-radius: 0px 0px 25px 25px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  height: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.has-scrolled header#masthead .top-header {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 0;
  padding: 0;
}
.lock header#masthead .top-header {
  background: #fff;
}
header#masthead .top-header .in-grid {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
}
header#masthead .top-header .in-grid > div:not(:last-child) {
  margin-right: 24px;
}
.mobile-device header#masthead .top-header .in-grid > div:not(:last-child) {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  header#masthead .top-header .in-grid > div:not(:last-child) {
    margin-right: 0;
  }
}
header#masthead .top-header .in-grid .usp-container {
  padding: 0 16px;
}
.mobile-device header#masthead .top-header .in-grid .usp-container {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  header#masthead .top-header .in-grid .usp-container {
    padding: 0;
  }
}
header#masthead .top-header .in-grid .usp-container .swiper-slide {
  width: auto;
  pointer-events: none;
}
.mobile-device header#masthead .top-header .in-grid .usp-container .swiper-slide {
  width: 100%;
  max-width: 100vw;
  padding: 0 16px;
}
@media only screen and (max-width: 991px) {
  header#masthead .top-header .in-grid .usp-container .swiper-slide {
    width: 100%;
    max-width: 100vw;
    padding: 0 16px;
  }
}
header#masthead .top-header .in-grid .usp-container .usp-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
  margin-right: 24px;
}
.mobile-device header#masthead .top-header .in-grid .usp-container .usp-item {
  padding: 0 16px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  header#masthead .top-header .in-grid .usp-container .usp-item {
    padding: 0 16px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
header#masthead .top-header .in-grid .usp-container .usp-item .usp-icon {
  height: 20px;
  width: 20px;
  margin-right: 8px;
  position: relative;
}
header#masthead .top-header .in-grid .usp-container .usp-item .usp-icon .inner-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.lock header#masthead .top-header .in-grid .usp-container .usp-item .usp-icon .inner-icon img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(17%) saturate(1247%) hue-rotate(33deg) brightness(89%) contrast(90%);
}
header#masthead .top-header .in-grid .usp-container .usp-item .usp-text {
  font-size: 14px;
  color: #fff;
}
.lock header#masthead .top-header .in-grid .usp-container .usp-item .usp-text {
  color: #54622E;
}
header#masthead .top-header .in-grid .rating {
  padding: 0 16px;
}
header#masthead .top-header .in-grid .rating a {
  color: #fff;
}
header#masthead .top-header .in-grid .rating .inner-container {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
header#masthead .top-header .in-grid .rating .inner-container svg {
  margin-right: 8px;
}
header#masthead .top-header .in-grid .rating .inner-container span {
  font-size: 14px;
  color: #fff;
}
.mobile-device header#masthead .top-header .in-grid .rating {
  display: none;
}
@media only screen and (max-width: 991px) {
  header#masthead .top-header .in-grid .rating {
    display: none;
  }
}
header#masthead .menu-bar .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.mobile-device header#masthead .menu-bar .in-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar .in-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
}
header#masthead .menu-bar {
  padding: 16px 0;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 3;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-device header#masthead .menu-bar {
  margin-top: -10px;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar {
    margin-top: -10px;
    padding: 0;
  }
}
header#masthead .menu-bar .mobile-menu-button {
  display: none;
  padding: 0 16px;
  width: 100%;
  margin-top: 10px;
}
.mobile-device header#masthead .menu-bar .mobile-menu-button {
  display: flex;
  padding: 0 8px;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar .mobile-menu-button {
    display: flex;
    padding: 0 8px;
  }
}
header#masthead .menu-bar .site-branding {
  padding: 0 16px;
  position: relative;
  width: calc(138px + 32px);
  height: 138px;
  margin-bottom: -88px;
  pointer-events: none;
}
.mobile-device header#masthead .menu-bar .site-branding {
  width: 100%;
  width: 75px;
  height: 75px;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.has-scrolled .mobile-device header#masthead .menu-bar .site-branding {
  margin-top: 0;
  margin-bottom: -15px;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar .site-branding {
    width: 75px;
    height: 75px;
    margin-bottom: 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .has-scrolled header#masthead .menu-bar .site-branding {
    margin-top: 0;
    margin-bottom: -15px;
  }
}
header#masthead .menu-bar .site-branding > a {
  width: max-content;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 16px;
  width: calc(100%);
  pointer-events: auto;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.mobile-menu-is-open header#masthead .menu-bar .site-branding > a {
  margin-top: -15px;
}
.mobile-device header#masthead .menu-bar .site-branding > a {
  width: 100%;
  width: 100px;
  height: 70px;
  top: 15px;
  padding: 0 16px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar .site-branding > a {
    width: 100px;
    height: 70px;
    padding: 0 16px !important;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.has-scrolled header#masthead .menu-bar .site-branding > a {
  aspect-ratio: auto;
  padding-right: 75px;
}
.mobile-device .has-scrolled header#masthead .menu-bar .site-branding > a {
  height: 75px;
}
@media only screen and (max-width: 991px) {
  .has-scrolled header#masthead .menu-bar .site-branding > a {
    height: 75px;
  }
}
header#masthead .menu-bar .site-branding > a img {
  object-position: top center;
}
.mobile-device header#masthead .menu-bar .site-branding > a img {
  object-position: center;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar .site-branding > a img {
    object-position: center;
  }
}
.mobile-device .has-scrolled header#masthead .menu-bar .site-branding > a img {
  object-position: center bottom;
}
@media only screen and (max-width: 991px) {
  .has-scrolled header#masthead .menu-bar .site-branding > a img {
    object-position: center bottom;
  }
}
header#masthead .menu-bar .main-navigation {
  padding: 0 15px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
header#masthead .menu-bar .main-navigation a:focus-visible {
  outline: 2px solid #BC6C25;
  outline-offset: 2px;
}
header#masthead .menu-bar .main-navigation a:focus:not(:focus-visible) {
  outline: none;
}
.mobile-device header#masthead .menu-bar .main-navigation {
  display: none;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar .main-navigation {
    display: none;
  }
}
header#masthead .menu-bar .main-navigation ul {
  list-style: none !important;
}
header#masthead .menu-bar .main-navigation ul li a {
  color: #45462A;
  font-weight: bold;
  display: block;
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
@media only screen and (max-width: 1200px) {
  header#masthead .menu-bar .main-navigation ul li a {
    padding: 10px 10px;
  }
}
header#masthead .menu-bar .main-navigation ul.menu {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
header#masthead .menu-bar .main-navigation ul.menu > li.menu-item.menu-item-has-children {
  position: relative;
  overflow: visible;
}
header#masthead .menu-bar .main-navigation ul.menu > li.menu-item.menu-item-has-children > a {
  padding: 10px 30px 10px 20px;
}
header#masthead .menu-bar .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
  content: "";
  font-weight: bold;
  width: 10px;
  text-align: center;
  right: 15px;
  position: absolute;
  opacity: 0.25;
}
header#masthead .menu-bar .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu {
  background-color: #E6E6D0;
  border: 1px solid #d4d4af;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0;
  min-width: 200px;
  overflow: hidden;
  border-radius: 0 16px;
  -webkit-border-radius: 0 16px;
  -moz-border-radius: 0 16px;
  -ms-border-radius: 0 16px;
  -o-border-radius: 0 16px;
  border-radius: 0 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
header#masthead .menu-bar .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item > a {
  text-align: left;
  position: relative;
  padding: 16px;
}
header#masthead .menu-bar .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item.current-menu-item > a {
  background: #BC6C25;
  color: #fff;
}
header#masthead .menu-bar .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item:hover > a {
  background: #BC6C25;
  color: #fff;
}
header#masthead .menu-bar .main-navigation ul.menu > li.menu-item.menu-item-has-children:last-of-type > ul.sub-menu {
  left: auto;
  right: 0;
}
header#masthead .menu-bar .main-navigation ul.menu > li.menu-item.current-menu-item > a, header#masthead .menu-bar .main-navigation ul.menu > li.menu-item.current-menu-parent > a {
  color: #BC6C25;
}
header#masthead .menu-bar .main-navigation ul.menu > li.menu-item:hover > a {
  color: #BC6C25;
}
header#masthead .menu-bar .main-navigation ul.menu > li.menu-item:hover > ul.sub-menu {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
header#masthead .menu-bar .main-navigation ul.menu > li.menu-item:focus-within > a {
  color: #BC6C25;
}
header#masthead .menu-bar .main-navigation ul.menu > li.menu-item:focus-within > ul.sub-menu {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
header#masthead .menu-bar .utilities {
  padding: 0 16px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.mobile-device header#masthead .menu-bar .utilities {
  padding: 0 8px;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar .utilities {
    padding: 0 8px;
  }
}
header#masthead .menu-bar .utilities .inner-box {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 991px) {
  header#masthead .menu-bar .utilities svg:hover path {
    fill: #54622E !important;
  }
  header#masthead .menu-bar .utilities svg:hover line {
    stroke: #54622E !important;
  }
  header#masthead .menu-bar .utilities svg:hover text {
    fill: #54622E;
  }
}
.mobile-device header#masthead .menu-bar .utilities > div {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar .utilities > div {
    width: 30px;
    height: 30px;
  }
}
header#masthead .menu-bar .utilities > div svg {
  height: 100%;
  width: 100%;
}
header#masthead .menu-bar .utilities > div svg path, header#masthead .menu-bar .utilities > div svg line {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header#masthead .menu-bar .utilities > div svg text {
  fill: #BC6C25;
}
.lock header#masthead .menu-bar .utilities > div svg path, .lock header#masthead .menu-bar .utilities > div svg line {
  fill: #fff;
}
.lock header#masthead .menu-bar .utilities > div svg text {
  fill: #fff;
}
header#masthead .menu-bar .utilities > div.ct-site-search-button .btn {
  position: relative;
  width: 37px;
  height: 37px;
  display: flex;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
}
header#masthead .menu-bar .utilities > div.ct-site-search-button .btn:focus-visible {
  outline: 2px solid #BC6C25;
  outline-offset: 2px;
  border-radius: 6px;
}
header#masthead .menu-bar .utilities > div.ct-site-search-button .btn:focus:not(:focus-visible) {
  outline: none;
}
.mobile-device header#masthead .menu-bar .utilities > div.ct-site-search-button .btn {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar .utilities > div.ct-site-search-button .btn {
    width: 30px;
    height: 30px;
  }
}
header#masthead .menu-bar .utilities > div.ct-site-search-button .btn:hover {
  cursor: pointer;
}
header#masthead .menu-bar .utilities > div.ct-site-search-button .btn > svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  padding-left: 0 !important;
  margin-left: 0 !important;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
header#masthead .menu-bar .utilities > div.ct-site-search-button .btn > svg path {
  fill: #BC6C25;
}
header#masthead .menu-bar .utilities > div.ct-site-search-button .btn .open-search {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.ct-search-active header#masthead .menu-bar .utilities > div.ct-site-search-button .btn .open-search {
  opacity: 0;
  pointer-events: none;
}
header#masthead .menu-bar .utilities > div.ct-site-search-button .btn .close-search {
  display: flex;
  opacity: 0;
  pointer-events: none;
  padding: 6px;
}
.ct-search-active header#masthead .menu-bar .utilities > div.ct-site-search-button .btn .close-search {
  opacity: 1;
  pointer-events: auto;
}
header#masthead .menu-bar .utilities > div:not(:first-child) {
  margin-left: 16px;
}
.mobile-device header#masthead .menu-bar .utilities > div:not(:first-child) {
  margin-left: 8px;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar .utilities > div:not(:first-child) {
    margin-left: 8px;
  }
}
header#masthead .menu-bar .utilities:not(:first-child) {
  padding-left: 24px;
  margin-left: 16px;
  border-left: 1px solid #E6E6D0;
}
.mobile-device header#masthead .menu-bar .utilities {
  width: 100%;
  margin-top: 10px;
}
.mobile-device header#masthead .menu-bar .utilities:not(:first-child) {
  padding-left: 16px;
  margin-left: 0;
  border-left: 0;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar .utilities {
    width: 100%;
    margin-top: 10px;
  }
  header#masthead .menu-bar .utilities:not(:first-child) {
    padding-left: 16px;
    margin-left: 0;
    border-left: 0;
  }
}
header#masthead .menu-bar .ct-site-search-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: -1;
  background: #E6E6D0;
  padding-top: 48px;
  padding-bottom: 48px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar .ct-site-search-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.ct-search-active header#masthead .menu-bar .ct-site-search-container {
  opacity: 1;
  pointer-events: auto;
}
header#masthead .menu-bar .ct-site-search-container .in-grid {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  grid-template-columns: 1fr !important;
}
@media only screen and (max-width: 991px) {
  header#masthead .menu-bar .ct-site-search-container .in-grid .col-8 {
    width: 100%;
  }
}
header#masthead .menu-bar .ct-site-search-container .in-grid .col-8 #searchform {
  gap: 24px;
  width: 100%;
}
header#masthead .menu-bar .ct-site-search-container .in-grid .col-8 #searchform input[type="text"] {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
header#masthead .menu-bar .ct-site-search-container .in-grid .col-8 #searchform input[type="submit"] {
  width: max-content;
}
header#masthead .bottom-header {
  z-index: 2;
  position: relative;
  background: #E6E6D0;
  overflow: hidden;
  height: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.has-scrolled header#masthead .bottom-header {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 0;
}
.has-scrolled header#masthead .bottom-header .in-grid {
  padding: 0;
}
.mobile-device header#masthead .bottom-header.is-front-page {
  display: none;
}
@media only screen and (max-width: 991px) {
  header#masthead .bottom-header.is-front-page {
    display: none;
  }
}
header#masthead .bottom-header .in-grid {
  padding: 16px 0 16px 162px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.mobile-device header#masthead .bottom-header .in-grid {
  padding: 8px 0;
}
@media only screen and (max-width: 991px) {
  header#masthead .bottom-header .in-grid {
    padding: 8px 0;
  }
}
header#masthead .bottom-header .in-grid .breadcrumbs {
  padding-right: 24px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
header#masthead .bottom-header .in-grid .breadcrumbs .rank-math-breadcrumb a, header#masthead .bottom-header .in-grid .breadcrumbs .rank-math-breadcrumb span {
  text-decoration: none;
  color: #45462A;
  font-size: 14px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header#masthead .bottom-header .in-grid .breadcrumbs .rank-math-breadcrumb a:first-child, header#masthead .bottom-header .in-grid .breadcrumbs .rank-math-breadcrumb span:first-child {
  font-weight: bold;
}
header#masthead .bottom-header .in-grid .breadcrumbs .rank-math-breadcrumb a:hover {
  color: #BC6C25;
}
header#masthead .bottom-header .in-grid .breadcrumbs .rank-math-breadcrumb .separator {
  margin: 0 8px;
}
header#masthead .bottom-header .in-grid .secondary-navigation {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 16px;
}
.mobile-device header#masthead .bottom-header .in-grid .secondary-navigation {
  display: none;
}
@media only screen and (max-width: 991px) {
  header#masthead .bottom-header .in-grid .secondary-navigation {
    display: none;
  }
}
header#masthead .bottom-header .in-grid .secondary-navigation ul {
  list-style: none;
}
header#masthead .bottom-header .in-grid .secondary-navigation ul li:not(:first-child) {
  margin-left: 16px;
}
header#masthead .bottom-header .in-grid .secondary-navigation ul li a {
  font-size: 14px;
  color: #45462A;
  text-decoration: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header#masthead .bottom-header .in-grid .secondary-navigation ul li a:hover {
  color: #BC6C25;
}
header#masthead .bottom-header .in-grid .secondary-navigation ul li .sub-menu {
  display: none !important;
}
header#masthead .bottom-header .in-grid .secondary-navigation ul li.current-menu-item > a {
  color: #BC6C25;
}
/* ===============
   Footer
   =============== */
footer .footer-cta .in-grid .cta-container {
  width: 100%;
  margin-bottom: -72px;
}
footer .footer-cta .in-grid .cta-container .inner-container {
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  gap: 24px;
  background: #F9EBC7;
  padding: 48px;
  border-radius: 0 50px;
  -webkit-border-radius: 0 50px;
  -moz-border-radius: 0 50px;
  -ms-border-radius: 0 50px;
  -o-border-radius: 0 50px;
  border-radius: 0 50px;
}
@media only screen and (max-width: 850px) {
  footer .footer-cta .in-grid .cta-container .inner-container {
    padding: 24px;
    border-radius: 0 32px;
    -webkit-border-radius: 0 32px;
    -moz-border-radius: 0 32px;
    -ms-border-radius: 0 32px;
    -o-border-radius: 0 32px;
    border-radius: 0 32px;
  }
}
footer .footer-cta .in-grid .cta-container .inner-container .cta-text p {
  font-weight: bold !important;
  color: #45462A !important;
}
@media only screen and (max-width: 540px) {
  footer .footer-cta .in-grid .cta-container .inner-container .cta-text {
    width: 100%;
  }
  footer .footer-cta .in-grid .cta-container .inner-container .cta-text p {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  footer .footer-cta .in-grid .cta-container .inner-container .button {
    width: 100%;
  }
}
footer .footer-cta .in-grid .cta-container .inner-container .button a {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
footer .footer-top {
  background-color: #54622E;
  padding: 64px 0 24px;
  border-radius: 0 50px 0 0;
  -webkit-border-radius: 0 50px 0 0;
  -moz-border-radius: 0 50px 0 0;
  -ms-border-radius: 0 50px 0 0;
  -o-border-radius: 0 50px 0 0;
  border-radius: 0 50px 0 0;
}
@media only screen and (max-width: 850px) {
  footer .footer-top {
    border-radius: 0 32px 0 0;
    -webkit-border-radius: 0 32px 0 0;
    -moz-border-radius: 0 32px 0 0;
    -ms-border-radius: 0 32px 0 0;
    -o-border-radius: 0 32px 0 0;
    border-radius: 0 32px 0 0;
  }
}
footer .footer-top.has-cta {
  padding-top: 112px;
}
footer .footer-top * {
  color: #fff;
}
@media only screen and (max-width: 850px) {
  footer .footer-top .col-1, footer .footer-top .col-2 {
    width: 100%;
  }
  footer .footer-top .col-3, footer .footer-top .col-4 {
    width: 100%;
  }
  footer .footer-top .col-5, footer .footer-top .col-6, footer .footer-top .col-7, footer .footer-top .col-8, footer .footer-top .col-9, footer .footer-top .col-10, footer .footer-top .col-11 {
    width: 100%;
  }
}
footer .footer-top .col-5 .links ul, footer .footer-top .col-6 .links ul, footer .footer-top .col-7 .links ul, footer .footer-top .col-8 .links ul, footer .footer-top .col-9 .links ul, footer .footer-top .col-10 .links ul, footer .footer-top .col-11 .links ul {
  column-count: 2;
  column-gap: 24px;
}
@media only screen and (max-width: 850px) {
  footer .footer-top .col-5 .links ul, footer .footer-top .col-6 .links ul, footer .footer-top .col-7 .links ul, footer .footer-top .col-8 .links ul, footer .footer-top .col-9 .links ul, footer .footer-top .col-10 .links ul, footer .footer-top .col-11 .links ul {
    column-count: 1;
  }
}
footer .footer-top .column {
  padding-bottom: 48px;
}
footer .footer-top .column .title {
  margin-bottom: 24px;
}
footer .footer-top .column ul > li:not(:first-child) {
  margin-top: 8px;
}
footer .footer-top .column > div:not(:first-of-type) {
  margin-top: 24px;
}
footer .footer-top .column .company-data li.company:not(.logo) {
  padding-left: 24px;
  position: relative;
}
footer .footer-top .column .company-data li.company:not(.logo):before {
  content: "";
  font-size: 14px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 2px;
}
footer .footer-top .column .company-data li.company:not(.logo).address:before {
  content: "";
}
footer .footer-top .column .company-data li.company:not(.logo).email:before {
  content: "";
}
footer .footer-top .column .company-data li.company:not(.logo).phone:before {
  content: "";
}
footer .footer-top .column .company-data li.company:not(.logo).website:before {
  content: "";
}
footer .footer-top .column .company-data li.company:not(.logo).kvk:before {
  content: "";
}
footer .footer-top .column .company-data li.company:not(.logo).tax:before {
  content: "";
}
footer .footer-top .column .footer-link-block-repeater {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
footer .footer-top .column .footer-link-block-repeater .footer-link-block:not(:first-child) {
  margin-top: 4px;
}
footer .footer-top .column .footer-link-block-repeater .footer-link-block a {
  text-decoration: none;
  display: flex;
  width: 100%;
}
footer .footer-top .column .footer-link-block-repeater .footer-link-block a .inner-link-block {
  padding: 16px 24px;
  border: 1px solid #E6E6D0;
  border-radius: 0 16px;
  -webkit-border-radius: 0 16px;
  -moz-border-radius: 0 16px;
  -ms-border-radius: 0 16px;
  -o-border-radius: 0 16px;
  border-radius: 0 16px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  column-gap: 24px;
  width: 100%;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
footer .footer-top .column .footer-link-block-repeater .footer-link-block a .inner-link-block span {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
footer .footer-top .column .footer-link-block-repeater .footer-link-block a:hover .inner-link-block {
  background: #E6E6D0;
}
footer .footer-top .column .footer-link-block-repeater .footer-link-block a:hover .inner-link-block span {
  color: #000;
}
footer .footer-top .column .footer-link-block-repeater .footer-link-block a:hover .inner-link-block svg path {
  fill: #000;
}
footer .bottom-footer {
  background-color: #45462A;
  color: #ffffff;
  padding: 16px 0;
}
footer .bottom-footer a {
  color: #ffffff;
}
footer .bottom-footer .in-grid {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
footer .bottom-footer .in-grid .copyright {
  font-size: 14px;
}
footer .bottom-footer .in-grid .statements {
  font-size: 14px;
  text-align: right;
}
footer .bottom-footer .in-grid .statements a:not(:last-child) {
  position: relative;
}
footer .bottom-footer .in-grid .statements a:not(:last-child):after {
  content: "/";
  margin: 0 16px;
  position: relative;
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer a:visited, footer a:hover, footer a:focus, footer a:active {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer ul {
  list-style: none;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
/* ===============
   Mobile Menu
   =============== */
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s !important;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in !important;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -ms-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -o-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  transition-delay: 0.12s !important;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0 !important;
  opacity: 0 !important;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out !important;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0 !important;
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.hamburger {
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  z-index: 99999;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.admin-bar .hamburger {
  top: 53px;
}
@media only screen and (max-width: 782px) {
  .admin-bar .hamburger {
    top: 21px;
  }
}
.mobile-device .hamburger {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .hamburger {
    display: flex;
  }
}
.hamburger > span:not(.hamburger-box) {
  margin-left: 8px;
  font-weight: bold;
  color: #45462A;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.lock .hamburger > span:not(.hamburger-box) {
  color: #fff;
}
.hamburger .hamburger-box {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}
.hamburger .hamburger-box .hamburger-inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
  width: 18px;
  height: 2px;
  background: #BC6C25;
  position: absolute;
}
.is-active.hamburger .hamburger-box .hamburger-inner, .is-active.hamburger .hamburger-box .hamburger-inner:before, .is-active.hamburger .hamburger-box .hamburger-inner:after {
  width: 22px !important;
}
.hamburger .hamburger-box .hamburger-inner:before {
  content: "";
  top: -7px;
  width: 22px;
}
.hamburger .hamburger-box .hamburger-inner:after {
  content: "";
  bottom: -7px;
  width: 22px;
}
body.lock {
  overflow: hidden;
}
.responsive-menu-container {
  display: none;
  background: #54622E;
  width: 100%;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99995;
  padding-top: calc(75px + 53px);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.mobile-device .responsive-menu-container {
  display: block;
}
@media only screen and (max-width: 991px) {
  .responsive-menu-container {
    display: block;
  }
}
.responsive-menu-container .responsive-menu-logo {
  padding: 15px;
  padding-right: 60px;
}
.responsive-menu-container .responsive-menu-logo > a {
  width: max-content;
}
.responsive-menu-container .responsive-menu-logo > a img {
  height: 54px;
  display: block;
}
.responsive-menu-container ul.menu {
  list-style: none;
}
.responsive-menu-container ul.menu#secondary-menu-mobile {
  margin-top: 64px;
}
.responsive-menu-container ul.menu#secondary-menu-mobile .menu-dropdown-icon {
  display: none !important;
}
.responsive-menu-container ul.menu#secondary-menu-mobile .sub-menu {
  display: none !important;
}
.responsive-menu-container ul.menu#secondary-menu-mobile li {
  border-bottom: 0px solid rgba(245, 243, 240, 0.25);
}
.responsive-menu-container ul.menu#secondary-menu-mobile li a {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
}
.responsive-menu-container ul.menu > li.menu-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lock .responsive-menu-container ul.menu > li.menu-item {
  opacity: 1;
}
.responsive-menu-container ul.menu li.menu-item:not(.menu-item-back) {
  border-bottom: 1px solid rgba(245, 243, 240, 0.25);
}
.responsive-menu-container ul.menu li.menu-item a {
  font-size: 20px;
  color: #fff;
  padding: 16px;
  text-decoration: none;
  line-height: 1.2;
  font-weight: bold;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
}
.responsive-menu-container ul.menu li.menu-item .menu-link {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  gap: 8px;
  border-bottom: 0px;
}
.responsive-menu-container ul.menu li.menu-item .menu-link i {
  font-size: 14px;
  opacity: 0.5;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-parent-duplicate a {
  font-weight: bold;
  font-size: 28px;
}
.responsive-menu-container ul.menu li.menu-item.current-menu-item > a, .responsive-menu-container ul.menu li.menu-item.current-menu-parent > a {
  color: #d9853b;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children > a {
  position: relative;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 5px 12px;
  position: relative;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon i {
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  opacity: 0.5;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu {
  margin-left: 0;
  padding-top: calc(75px + 53px);
  background: #54622E;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 999;
  box-sizing: border-box;
  overflow: visible;
}
.responsive-menu-container.slide-left {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.responsive-menu-container.slide-left.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-right {
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.responsive-menu-container.slide-right.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-bottom {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
}
.responsive-menu-container.slide-bottom.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.responsive-menu-container.slide-top {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.responsive-menu-container.slide-top.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* ===============
   GLOBAL SETTINGS
   =============== */
/* ===Body=== */
body {
  background: #F5F3F0;
  /* Fallback for when there is no custom background color defined. */
  position: relative;
}
body.admin-bar {
  padding-top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 0;
  }
}
/* ===Links=== */
a {
  color: #BC6C25;
}
a:visited, a:hover, a:focus, a:active {
  color: #BC6C25;
}
a:hover, a:active {
  outline: 0;
}
h1, h2, .single-post .post-hero .inner-hero .content-col .entry-title, .single-product .product-summary .in-grid .summary .inner-summary .product_title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, h3, .search-filter-field .search-filter-label, footer .footer-cta .in-grid .cta-container .inner-container .cta-text p, .location-card .inner-card .bottom-content .title, .post-card .inner-card .bottom-content .title, .product-item a .product-content h2, .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .product-item a .product-content .entry-title, .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .product-item a .product-content .product_title, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .product-item a .product-content span, .account-page .in-grid .woocommerce-MyAccount-content form h2, .account-page .in-grid .woocommerce-MyAccount-content form .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .account-page .in-grid .woocommerce-MyAccount-content form .entry-title, .account-page .in-grid .woocommerce-MyAccount-content form .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .account-page .in-grid .woocommerce-MyAccount-content form .product_title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .account-page .in-grid .woocommerce-MyAccount-content form span, .woocommerce-account .u-columns > div h2, .woocommerce-account .u-columns > div .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce-account .u-columns > div .entry-title, .woocommerce-account .u-columns > div .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce-account .u-columns > div .product_title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-account .u-columns > div span, .woocommerce .filter-sidebar .parent-categories > span, h4, .faq-toggle-item .faq-toggle-question span, .single-post .post-content .connected-products .inner-container .product-item-container .content .product-title, .product-item-small a .product-content h2, .product-item-small a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .product-item-small a .product-content .entry-title, .product-item-small a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .product-item-small a .product-content .product_title, .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .product-item-small a .product-content .category-title, .product-item-small a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .product-item-small a .product-content span, .wc-block-components-product-name, .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, h5, h6 {
  clear: both;
  line-height: 1.2;
  font-weight: 400;
  color: #54622E;
}
h1 b, h1 strong, h2 b, .single-post .post-hero .inner-hero .content-col .entry-title b, .single-product .product-summary .in-grid .summary .inner-summary .product_title b, .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title b, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span b, h2 strong, .single-post .post-hero .inner-hero .content-col .entry-title strong, .single-product .product-summary .in-grid .summary .inner-summary .product_title strong, .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title strong, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span strong, h3 b, .search-filter-field .search-filter-label b, footer .footer-cta .in-grid .cta-container .inner-container .cta-text p b, .location-card .inner-card .bottom-content .title b, .post-card .inner-card .bottom-content .title b, .product-item a .product-content h2 b, .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title b, .single-post .post-hero .inner-hero .content-col .product-item a .product-content .entry-title b, .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title b, .single-product .product-summary .in-grid .summary .inner-summary .product-item a .product-content .product_title b, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .category-info .product-item a .product-content .category-title b, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .product-item a .product-content .category-title b, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .product-item a .product-content .category-title b, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .product-item a .product-content .category-title b, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .category-info .product-item a .product-content .category-title b, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .product-item a .product-content .category-title b, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .product-item a .product-content .category-title b, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .product-item a .product-content .category-title b, .product-item a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span b, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .product-item a .product-content span b, .account-page .in-grid .woocommerce-MyAccount-content form h2 b, .account-page .in-grid .woocommerce-MyAccount-content form .single-post .post-hero .inner-hero .content-col .entry-title b, .single-post .post-hero .inner-hero .content-col .account-page .in-grid .woocommerce-MyAccount-content form .entry-title b, .account-page .in-grid .woocommerce-MyAccount-content form .single-product .product-summary .in-grid .summary .inner-summary .product_title b, .single-product .product-summary .in-grid .summary .inner-summary .account-page .in-grid .woocommerce-MyAccount-content form .product_title b, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span b, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .account-page .in-grid .woocommerce-MyAccount-content form span b, .woocommerce-account .u-columns > div h2 b, .woocommerce-account .u-columns > div .single-post .post-hero .inner-hero .content-col .entry-title b, .single-post .post-hero .inner-hero .content-col .woocommerce-account .u-columns > div .entry-title b, .woocommerce-account .u-columns > div .single-product .product-summary .in-grid .summary .inner-summary .product_title b, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce-account .u-columns > div .product_title b, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title b, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title b, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title b, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title b, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title b, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title b, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title b, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title b, .woocommerce-account .u-columns > div .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span b, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-account .u-columns > div span b, .woocommerce .filter-sidebar .parent-categories > span b, h3 strong, .search-filter-field .search-filter-label strong, footer .footer-cta .in-grid .cta-container .inner-container .cta-text p strong, .location-card .inner-card .bottom-content .title strong, .post-card .inner-card .bottom-content .title strong, .product-item a .product-content h2 strong, .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title strong, .single-post .post-hero .inner-hero .content-col .product-item a .product-content .entry-title strong, .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title strong, .single-product .product-summary .in-grid .summary .inner-summary .product-item a .product-content .product_title strong, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_cat .category-header .inner-header .category-info .product-item a .product-content .category-title strong, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .product-item a .product-content .category-title strong, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .product-item a .product-content .category-title strong, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .product-item a .product-content .category-title strong, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_tag .category-header .inner-header .category-info .product-item a .product-content .category-title strong, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .product-item a .product-content .category-title strong, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .product-item a .product-content .category-title strong, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .product-item a .product-content .category-title strong, .product-item a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span strong, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .product-item a .product-content span strong, .account-page .in-grid .woocommerce-MyAccount-content form h2 strong, .account-page .in-grid .woocommerce-MyAccount-content form .single-post .post-hero .inner-hero .content-col .entry-title strong, .single-post .post-hero .inner-hero .content-col .account-page .in-grid .woocommerce-MyAccount-content form .entry-title strong, .account-page .in-grid .woocommerce-MyAccount-content form .single-product .product-summary .in-grid .summary .inner-summary .product_title strong, .single-product .product-summary .in-grid .summary .inner-summary .account-page .in-grid .woocommerce-MyAccount-content form .product_title strong, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_cat .category-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title strong, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title strong, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title strong, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title strong, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_tag .category-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title strong, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title strong, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title strong, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title strong, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span strong, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .account-page .in-grid .woocommerce-MyAccount-content form span strong, .woocommerce-account .u-columns > div h2 strong, .woocommerce-account .u-columns > div .single-post .post-hero .inner-hero .content-col .entry-title strong, .single-post .post-hero .inner-hero .content-col .woocommerce-account .u-columns > div .entry-title strong, .woocommerce-account .u-columns > div .single-product .product-summary .in-grid .summary .inner-summary .product_title strong, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce-account .u-columns > div .product_title strong, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title strong, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title strong, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title strong, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title strong, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title strong, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title strong, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title strong, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title strong, .woocommerce-account .u-columns > div .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span strong, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-account .u-columns > div span strong, .woocommerce .filter-sidebar .parent-categories > span strong, h4 b, .faq-toggle-item .faq-toggle-question span b, .single-post .post-content .connected-products .inner-container .product-item-container .content .product-title b, .product-item-small a .product-content h2 b, .product-item-small a .product-content .single-post .post-hero .inner-hero .content-col .entry-title b, .single-post .post-hero .inner-hero .content-col .product-item-small a .product-content .entry-title b, .product-item-small a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title b, .single-product .product-summary .in-grid .summary .inner-summary .product-item-small a .product-content .product_title b, .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .category-info .product-item-small a .product-content .category-title b, .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .product-item-small a .product-content .category-title b, .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .product-item-small a .product-content .category-title b, .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .product-item-small a .product-content .category-title b, .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .category-info .product-item-small a .product-content .category-title b, .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .product-item-small a .product-content .category-title b, .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .product-item-small a .product-content .category-title b, .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .product-item-small a .product-content .category-title b, .product-item-small a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span b, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .product-item-small a .product-content span b, .wc-block-components-product-name b, .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title b, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title b, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title b, h4 strong, .faq-toggle-item .faq-toggle-question span strong, .single-post .post-content .connected-products .inner-container .product-item-container .content .product-title strong, .product-item-small a .product-content h2 strong, .product-item-small a .product-content .single-post .post-hero .inner-hero .content-col .entry-title strong, .single-post .post-hero .inner-hero .content-col .product-item-small a .product-content .entry-title strong, .product-item-small a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title strong, .single-product .product-summary .in-grid .summary .inner-summary .product-item-small a .product-content .product_title strong, .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_cat .category-header .inner-header .category-info .product-item-small a .product-content .category-title strong, .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .product-item-small a .product-content .category-title strong, .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .product-item-small a .product-content .category-title strong, .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .product-item-small a .product-content .category-title strong, .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_tag .category-header .inner-header .category-info .product-item-small a .product-content .category-title strong, .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .product-item-small a .product-content .category-title strong, .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title strong, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .product-item-small a .product-content .category-title strong, .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title strong, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .product-item-small a .product-content .category-title strong, .product-item-small a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span strong, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .product-item-small a .product-content span strong, .wc-block-components-product-name strong, .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title strong, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title strong, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title strong, h5 b, h5 strong, h6 b, h6 strong {
  font-weight: bold;
}
/* ===Lists=== */
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
/* ===Posts=== */
.comments-area .comment-list .comment {
  background-color: #E6E6D0;
  margin-bottom: 15px;
  padding: 15px;
}
.comments-area .comment-list .comment .comment-meta {
  background-color: transparent;
}
.comments-area .comment-list .comment .comment-meta a {
  color: #BC6C25;
}
.comments-area .comment-list .comment .comment-meta .comment-content a {
  word-wrap: break-word;
}
.error404 .site-content {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.error404 .site-content .content-area {
  width: 100%;
}
.error-404 .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.error-404 .in-grid .col-4 {
  border-right: 2px solid #E6E6D0;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-4 {
    width: 100%;
    text-align: center;
    border-right: 0px;
  }
}
.error-404 .in-grid .col-4 svg {
  overflow: inherit;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-4 svg {
    width: 250px;
    border-bottom: 1px solid #E6E6D0;
    padding-bottom: 24px;
  }
}
@keyframes fade {
  100% {
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
    opacity: 1;
  }
}
.error-404 .in-grid .col-4 svg .cls-1, .error-404 .in-grid .col-4 svg .cls-2, .error-404 .in-grid .col-4 svg .cls-3 {
  fill: #E6E6D0;
  opacity: 0;
}
.error-404 .in-grid .col-4 svg .cls-1, .error-404 .in-grid .col-4 svg .cls-3 {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  animation: fade 1s 1s forwards;
  -webkit-animation: fade 1s 1s forwards;
}
.error-404 .in-grid .col-4 svg .cls-2 {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  animation: fade 1s 1s forwards;
  -webkit-animation: fade 1s 1s forwards;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-8 {
    width: 100%;
    text-align: center;
    padding-top: 24px;
  }
}
.error-404 .in-grid .col-8 p {
  margin-bottom: 0px;
}
.wysiwyg-content *:last-child {
  margin-bottom: 0;
}
.wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .wysiwyg-content .entry-title, .wysiwyg-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .wysiwyg-content .product_title, .wysiwyg-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .wysiwyg-content .category-title, .wysiwyg-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .wysiwyg-content .category-title, .wysiwyg-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .wysiwyg-content .category-title, .wysiwyg-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .wysiwyg-content .category-title, .wysiwyg-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .wysiwyg-content .category-title, .wysiwyg-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .wysiwyg-content .category-title, .wysiwyg-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .wysiwyg-content .category-title, .wysiwyg-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .wysiwyg-content .category-title, .wysiwyg-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .wysiwyg-content span, .wysiwyg-content h3, .wysiwyg-content .search-filter-field .search-filter-label, .search-filter-field .wysiwyg-content .search-filter-label, .wysiwyg-content footer .footer-cta .in-grid .cta-container .inner-container .cta-text p, footer .footer-cta .in-grid .cta-container .inner-container .cta-text .wysiwyg-content p, .wysiwyg-content .location-card .inner-card .bottom-content .title, .location-card .inner-card .bottom-content .wysiwyg-content .title, .wysiwyg-content .post-card .inner-card .bottom-content .title, .post-card .inner-card .bottom-content .wysiwyg-content .title, .wysiwyg-content .product-item a .product-content h2, .wysiwyg-content .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .wysiwyg-content .product-item a .product-content .entry-title, .wysiwyg-content .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .wysiwyg-content .product-item a .product-content .product_title, .wysiwyg-content .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .wysiwyg-content .product-item a .product-content .category-title, .wysiwyg-content .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .wysiwyg-content .product-item a .product-content .category-title, .wysiwyg-content .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .wysiwyg-content .product-item a .product-content .category-title, .wysiwyg-content .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .wysiwyg-content .product-item a .product-content .category-title, .wysiwyg-content .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .wysiwyg-content .product-item a .product-content .category-title, .wysiwyg-content .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .wysiwyg-content .product-item a .product-content .category-title, .wysiwyg-content .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .wysiwyg-content .product-item a .product-content .category-title, .wysiwyg-content .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .wysiwyg-content .product-item a .product-content .category-title, .wysiwyg-content .product-item a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .wysiwyg-content .product-item a .product-content span, .product-item a .product-content .wysiwyg-content h2, .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form h2, .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .entry-title, .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .product_title, .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .wysiwyg-content .account-page .in-grid .woocommerce-MyAccount-content form span, .account-page .in-grid .woocommerce-MyAccount-content form .wysiwyg-content h2, .wysiwyg-content .woocommerce-account .u-columns > div h2, .wysiwyg-content .woocommerce-account .u-columns > div .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .wysiwyg-content .woocommerce-account .u-columns > div .entry-title, .wysiwyg-content .woocommerce-account .u-columns > div .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .wysiwyg-content .woocommerce-account .u-columns > div .product_title, .wysiwyg-content .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .wysiwyg-content .woocommerce-account .u-columns > div .category-title, .wysiwyg-content .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .wysiwyg-content .woocommerce-account .u-columns > div .category-title, .wysiwyg-content .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .wysiwyg-content .woocommerce-account .u-columns > div .category-title, .wysiwyg-content .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .wysiwyg-content .woocommerce-account .u-columns > div .category-title, .wysiwyg-content .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .wysiwyg-content .woocommerce-account .u-columns > div .category-title, .wysiwyg-content .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .wysiwyg-content .woocommerce-account .u-columns > div .category-title, .wysiwyg-content .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .wysiwyg-content .woocommerce-account .u-columns > div .category-title, .wysiwyg-content .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .wysiwyg-content .woocommerce-account .u-columns > div .category-title, .wysiwyg-content .woocommerce-account .u-columns > div .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .wysiwyg-content .woocommerce-account .u-columns > div span, .woocommerce-account .u-columns > div .wysiwyg-content h2, .wysiwyg-content .woocommerce .filter-sidebar .parent-categories > span, .woocommerce .filter-sidebar .wysiwyg-content .parent-categories > span, .wysiwyg-content h4, .wysiwyg-content .faq-toggle-item .faq-toggle-question span, .faq-toggle-item .faq-toggle-question .wysiwyg-content span, .wysiwyg-content .single-post .post-content .connected-products .inner-container .product-item-container .content .product-title, .single-post .post-content .connected-products .inner-container .product-item-container .content .wysiwyg-content .product-title, .wysiwyg-content .product-item-small a .product-content h2, .wysiwyg-content .product-item-small a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .wysiwyg-content .product-item-small a .product-content .entry-title, .wysiwyg-content .product-item-small a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .wysiwyg-content .product-item-small a .product-content .product_title, .wysiwyg-content .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .wysiwyg-content .product-item-small a .product-content .category-title, .wysiwyg-content .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .wysiwyg-content .product-item-small a .product-content .category-title, .wysiwyg-content .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .wysiwyg-content .product-item-small a .product-content .category-title, .wysiwyg-content .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .wysiwyg-content .product-item-small a .product-content .category-title, .wysiwyg-content .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .wysiwyg-content .product-item-small a .product-content .category-title, .wysiwyg-content .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .wysiwyg-content .product-item-small a .product-content .category-title, .wysiwyg-content .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .wysiwyg-content .product-item-small a .product-content .category-title, .wysiwyg-content .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .wysiwyg-content .product-item-small a .product-content .category-title, .wysiwyg-content .product-item-small a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .wysiwyg-content .product-item-small a .product-content span, .product-item-small a .product-content .wysiwyg-content h2, .wysiwyg-content .wc-block-components-product-name, .wysiwyg-content .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-medium.wc-block-cart .wc-block-components-sidebar .wysiwyg-content .wc-block-cart__totals-title, .wysiwyg-content .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .wysiwyg-content .wc-block-cart__totals-title, .wysiwyg-content .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .wysiwyg-content .wc-block-cart__totals-title, .wysiwyg-content h5, .wysiwyg-content h6 {
  margin-bottom: 16px;
}
.wysiwyg-content p {
  margin-bottom: 1.5em;
}
.wysiwyg-content ul {
  margin-bottom: 1.5em;
  padding: 0;
  list-style: none;
}
.wysiwyg-content ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.5em;
  padding-left: 25px;
}
.wysiwyg-content ul li:before {
  position: absolute;
  left: 0;
  content: "";
  color: #000;
  width: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 0.5em;
}
.wysiwyg-content ul li ul li:before {
  content: "";
}
.wysiwyg-content ol {
  padding-left: 15px;
  margin-bottom: 1.5em;
}
.wysiwyg-content ol > li > ol {
  list-style: lower-alpha;
}
.wysiwyg-content ol > li > ol > li > ol {
  list-style: lower-roman;
}
.wysiwyg-content blockquote {
  padding-left: 1.5em;
  font-size: 21px;
  font-style: italic;
  margin-bottom: 1.5em;
}
.wysiwyg-content figure {
  margin-bottom: 1.5em;
}
.wysiwyg-content img, .wysiwyg-content figure {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.wysiwyg-content img.alignright, .wysiwyg-content figure.alignright {
  margin-left: auto;
}
.wysiwyg-content img.aligncenter, .wysiwyg-content figure.aligncenter {
  margin: auto;
}
.wysiwyg-content img.alignleft, .wysiwyg-content figure.alignleft {
  margin-right: auto;
}
.wysiwyg-content .wp-caption .wp-caption-text {
  text-align: center;
  font-size: 14px;
  padding: 5px;
  background: #F5F3F0;
  font-style: italic;
}
.cc-contentcontainer > div {
  width: 100%;
}
.cc-contentcontainer > div:not(:first-child) {
  margin-top: 24px;
}
.cc-contentcontainer .cc-image-element {
  position: relative;
  padding-top: calc(100% / 3 * 2);
  overflow: hidden;
  border-radius: 0px 25px;
  -webkit-border-radius: 0px 25px;
  -moz-border-radius: 0px 25px;
  -ms-border-radius: 0px 25px;
  -o-border-radius: 0px 25px;
  border-radius: 0px 25px;
}
.cc-contentcontainer .cc-image-element.ratio-horizontal {
  padding-top: calc(100% / 3 * 2);
}
.cc-contentcontainer .cc-image-element.ratio-square {
  padding-top: 100%;
}
.cc-contentcontainer .cc-image-element.ratio-vertical {
  padding-top: calc(100% / 2 * 3);
}
.cc-contentcontainer .cc-image-element.image-contain, .cc-contentcontainer header#masthead .top-header .in-grid .usp-container .usp-item .usp-icon .inner-icon img.cc-image-element, header#masthead .top-header .in-grid .usp-container .usp-item .usp-icon .inner-icon .cc-contentcontainer img.cc-image-element, .cc-contentcontainer header#masthead .menu-bar .site-branding > a img.cc-image-element, header#masthead .menu-bar .site-branding > a .cc-contentcontainer img.cc-image-element, .cc-contentcontainer .flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder img.cc-image-element, .flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder .cc-contentcontainer img.cc-image-element, .cc-contentcontainer .icon-link-repeater-element .icon-link-items .icon-link-item a .icon-container img.cc-image-element, .icon-link-repeater-element .icon-link-items .icon-link-item a .icon-container .cc-contentcontainer img.cc-image-element, .cc-contentcontainer .single-post .post-content .connected-products .inner-container .shop-usps .usp-item .usp-icon .icon-holder img.cc-image-element, .single-post .post-content .connected-products .inner-container .shop-usps .usp-item .usp-icon .icon-holder .cc-contentcontainer img.cc-image-element, .cc-contentcontainer .product-item-small a .product-thumbnail img.cc-image-element, .product-item-small a .product-thumbnail .cc-contentcontainer img.cc-image-element, .cc-contentcontainer .single-product .usp-section .in-grid .usp-items > div.usp-item .icon .image .image-holder img.cc-image-element, .single-product .usp-section .in-grid .usp-items > div.usp-item .icon .image .image-holder .cc-contentcontainer img.cc-image-element, .cc-contentcontainer .woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder img.cc-image-element, .woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder .cc-contentcontainer img.cc-image-element, .cc-contentcontainer .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder img.cc-image-element, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder .cc-contentcontainer img.cc-image-element {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.cc-contentcontainer .cc-image-element.image-contain .image-holder img, .cc-contentcontainer header#masthead .top-header .in-grid .usp-container .usp-item .usp-icon .inner-icon img.cc-image-element .image-holder img, header#masthead .top-header .in-grid .usp-container .usp-item .usp-icon .inner-icon .cc-contentcontainer img.cc-image-element .image-holder img, .cc-contentcontainer header#masthead .menu-bar .site-branding > a img.cc-image-element .image-holder img, header#masthead .menu-bar .site-branding > a .cc-contentcontainer img.cc-image-element .image-holder img, .cc-contentcontainer .flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder img.cc-image-element .image-holder img, .flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder .cc-contentcontainer img.cc-image-element .image-holder img, .cc-contentcontainer .icon-link-repeater-element .icon-link-items .icon-link-item a .icon-container img.cc-image-element .image-holder img, .icon-link-repeater-element .icon-link-items .icon-link-item a .icon-container .cc-contentcontainer img.cc-image-element .image-holder img, .cc-contentcontainer .single-post .post-content .connected-products .inner-container .shop-usps .usp-item .usp-icon .icon-holder img.cc-image-element .image-holder img, .single-post .post-content .connected-products .inner-container .shop-usps .usp-item .usp-icon .icon-holder .cc-contentcontainer img.cc-image-element .image-holder img, .cc-contentcontainer .product-item-small a .product-thumbnail img.cc-image-element .image-holder img, .product-item-small a .product-thumbnail .cc-contentcontainer img.cc-image-element .image-holder img, .cc-contentcontainer .single-product .usp-section .in-grid .usp-items > div.usp-item .icon .image .image-holder img.cc-image-element .image-holder img, .single-product .usp-section .in-grid .usp-items > div.usp-item .icon .image .image-holder .cc-contentcontainer img.cc-image-element .image-holder img, .cc-contentcontainer .woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder img.cc-image-element .image-holder img, .woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder .cc-contentcontainer img.cc-image-element .image-holder img, .cc-contentcontainer .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder img.cc-image-element .image-holder img, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder .cc-contentcontainer img.cc-image-element .image-holder img {
  object-fit: contain;
  object-position: left center;
}
.col-2 .cc-contentcontainer .cc-image-element.image-contain .image-holder img, .col-2 .cc-contentcontainer header#masthead .top-header .in-grid .usp-container .usp-item .usp-icon .inner-icon img.cc-image-element .image-holder img, header#masthead .top-header .in-grid .usp-container .usp-item .usp-icon .inner-icon .col-2 .cc-contentcontainer img.cc-image-element .image-holder img, .col-2 .cc-contentcontainer header#masthead .menu-bar .site-branding > a img.cc-image-element .image-holder img, header#masthead .menu-bar .site-branding > a .col-2 .cc-contentcontainer img.cc-image-element .image-holder img, .col-2 .cc-contentcontainer .flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder img.cc-image-element .image-holder img, .flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder .col-2 .cc-contentcontainer img.cc-image-element .image-holder img, .col-2 .cc-contentcontainer .icon-link-repeater-element .icon-link-items .icon-link-item a .icon-container img.cc-image-element .image-holder img, .icon-link-repeater-element .icon-link-items .icon-link-item a .icon-container .col-2 .cc-contentcontainer img.cc-image-element .image-holder img, .col-2 .cc-contentcontainer .single-post .post-content .connected-products .inner-container .shop-usps .usp-item .usp-icon .icon-holder img.cc-image-element .image-holder img, .single-post .post-content .connected-products .inner-container .shop-usps .usp-item .usp-icon .icon-holder .col-2 .cc-contentcontainer img.cc-image-element .image-holder img, .col-2 .cc-contentcontainer .product-item-small a .product-thumbnail img.cc-image-element .image-holder img, .product-item-small a .product-thumbnail .col-2 .cc-contentcontainer img.cc-image-element .image-holder img, .col-2 .cc-contentcontainer .single-product .usp-section .in-grid .usp-items > div.usp-item .icon .image .image-holder img.cc-image-element .image-holder img, .single-product .usp-section .in-grid .usp-items > div.usp-item .icon .image .image-holder .col-2 .cc-contentcontainer img.cc-image-element .image-holder img, .col-2 .cc-contentcontainer .woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder img.cc-image-element .image-holder img, .woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder .col-2 .cc-contentcontainer img.cc-image-element .image-holder img, .col-2 .cc-contentcontainer .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder img.cc-image-element .image-holder img, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder .col-2 .cc-contentcontainer img.cc-image-element .image-holder img {
  object-position: right center;
}
.cc-contentcontainer .cc-image-element .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.cc-contentcontainer .iframe-item-container {
  width: 100%;
}
.cc-contentcontainer .iframe-item-container #eprov-0u6xvmwl0w.eprov-cs.eprov-desktop, .cc-contentcontainer .iframe-item-container .eprov-cs.eprov-desktop {
  width: 100% !important;
}
.cc-contentcontainer .iframe-item-container #eprov-0u6xvmwl0w.eprov-cs.eprov-mobile, .cc-contentcontainer .iframe-item-container .eprov-cs.eprov-mobile {
  width: 100% !important;
}
.cc-contentcontainer .iframe-item-container #eprov-0u6xvmwl0w.eprov-cs .form, .cc-contentcontainer .iframe-item-container #eprov-0u6xvmwl0w.eprov-cs .text, .cc-contentcontainer .iframe-item-container .eprov-cs .form, .cc-contentcontainer .iframe-item-container .eprov-cs .text {
  background-color: #F5F3F0 !important;
}
.cc-contentcontainer .iframe-item-container #eprov-0u6xvmwl0w.eprov-cs form .button button, .cc-contentcontainer .iframe-item-container .eprov-cs form .button button {
  text-decoration: none !important;
  padding: 16px 24px !important;
  line-height: 1.2 !important;
  background: #BC6C25 !important;
  border: 2px solid #BC6C25 !important;
  color: #fff !important;
  text-align: center !important;
  border-radius: 0px 15px !important;
  font-weight: bold !important;
  -webkit-transition: ease 0.3s all !important;
  -moz-transition: ease 0.3s all !important;
  -ms-transition: ease 0.3s all !important;
  -o-transition: ease 0.3s all !important;
  transition: ease 0.3s all !important;
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  -ms-align-items: center !important;
  -o-align-items: center !important;
  align-items: center !important;
}
.cc-contentcontainer .iframe-item-container #eprov-0u6xvmwl0w.eprov-cs form .button button:hover, .cc-contentcontainer .iframe-item-container .eprov-cs form .button button:hover {
  background: #91541d !important;
  border: 2px solid #91541d !important;
}
.flex-row {
  position: relative;
}
.flex-row.ws-top-small {
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .flex-row.ws-top-small {
    margin-top: 16px;
  }
}
.flex-row.ws-top-medium {
  margin-top: 48px;
}
@media only screen and (max-width: 640px) {
  .flex-row.ws-top-medium {
    margin-top: 24px;
  }
}
.flex-row.ws-top-large {
  margin-top: 64px;
}
@media only screen and (max-width: 640px) {
  .flex-row.ws-top-large {
    margin-top: 48px;
  }
}
.flex-row.ws-top-extra-large {
  margin-top: 128px;
}
@media only screen and (max-width: 640px) {
  .flex-row.ws-top-extra-large {
    margin-top: 64px;
  }
}
.flex-row.ws-bottom-small {
  margin-bottom: 24px;
}
@media only screen and (max-width: 640px) {
  .flex-row.ws-bottom-small {
    margin-bottom: 16px;
  }
}
.flex-row.ws-bottom-medium {
  margin-bottom: 48px;
}
@media only screen and (max-width: 640px) {
  .flex-row.ws-bottom-medium {
    margin-bottom: 24px;
  }
}
.flex-row.ws-bottom-large {
  margin-bottom: 64px;
}
@media only screen and (max-width: 640px) {
  .flex-row.ws-bottom-large {
    margin-bottom: 48px;
  }
}
.flex-row.ws-bottom-extra-large {
  margin-bottom: 128px;
}
@media only screen and (max-width: 640px) {
  .flex-row.ws-bottom-extra-large {
    margin-bottom: 64px;
  }
}
.flex-row.pd-top-small {
  padding-top: 24px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-top-small {
    padding-top: 16px;
  }
}
.flex-row.pd-top-medium {
  padding-top: 48px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-top-medium {
    padding-top: 24px;
  }
}
.flex-row.pd-top-large {
  padding-top: 64px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-top-large {
    padding-top: 48px;
  }
}
.flex-row.pd-top-extra-large {
  padding-top: 128px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-top-extra-large {
    padding-top: 64px;
  }
}
.flex-row.pd-bottom-small {
  padding-bottom: 24px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-bottom-small {
    padding-bottom: 16px;
  }
}
.flex-row.pd-bottom-medium {
  padding-bottom: 48px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-bottom-medium {
    padding-bottom: 24px;
  }
}
.flex-row.pd-bottom-large {
  padding-bottom: 64px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-bottom-large {
    padding-bottom: 48px;
  }
}
.flex-row.pd-bottom-extra-large {
  padding-bottom: 128px;
}
@media only screen and (max-width: 640px) {
  .flex-row.pd-bottom-extra-large {
    padding-bottom: 64px;
  }
}
.flex-row.bg-white {
  position: relative;
}
.flex-row.bg-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.flex-row.bg-white > div {
  z-index: 3;
  position: relative;
}
.flex-row.bg-light-green {
  position: relative;
}
.flex-row.bg-light-green:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E6E6D0;
  z-index: -1;
}
.flex-row.bg-light-green > div {
  z-index: 3;
  position: relative;
}
.flex-row.bg-dark-green {
  position: relative;
}
.flex-row.bg-dark-green:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #54622E;
  z-index: -1;
}
.flex-row.bg-dark-green > div {
  z-index: 3;
  position: relative;
}
.flex-row.bg-dark-green > div * {
  color: #fff;
}
.flex-row.bg-dark-green .base-button-sec-bordered, .flex-row.bg-dark-green .btns .btn-main.secondary-bordered a, .btns .btn-main.secondary-bordered .flex-row.bg-dark-green a, .flex-row.bg-dark-green .apply-card .inner-card .green-circle .dummy-btn span, .apply-card .inner-card .green-circle .dummy-btn .flex-row.bg-dark-green span, .flex-row.bg-dark-green .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .flex-row.bg-dark-green a, .flex-row.bg-dark-green .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .flex-row.bg-dark-green a {
  border: 2px solid #fff !important;
  color: #fff !important;
}
.flex-row.bg-dark-green .base-button-sec-bordered:hover, .flex-row.bg-dark-green .btns .btn-main.secondary-bordered a:hover, .btns .btn-main.secondary-bordered .flex-row.bg-dark-green a:hover, .flex-row.bg-dark-green .apply-card .inner-card .green-circle .dummy-btn span:hover, .apply-card .inner-card .green-circle .dummy-btn .flex-row.bg-dark-green span:hover, .flex-row.bg-dark-green .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a:hover, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .flex-row.bg-dark-green a:hover, .flex-row.bg-dark-green .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a:hover, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .flex-row.bg-dark-green a:hover {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
  color: #54622E !important;
}
.flex-row.bg-dark-green .base-button-sec-bordered:hover svg path, .flex-row.bg-dark-green .btns .btn-main.secondary-bordered a:hover svg path, .btns .btn-main.secondary-bordered .flex-row.bg-dark-green a:hover svg path, .flex-row.bg-dark-green .apply-card .inner-card .green-circle .dummy-btn span:hover svg path, .apply-card .inner-card .green-circle .dummy-btn .flex-row.bg-dark-green span:hover svg path, .flex-row.bg-dark-green .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link a:hover svg path, .woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link .flex-row.bg-dark-green a:hover svg path, .flex-row.bg-dark-green .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link a:hover svg path, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link .flex-row.bg-dark-green a:hover svg path {
  fill: #54622E !important;
}
.flex-row.rounded-top-bg {
  padding-top: 114px;
}
.flex-row.rounded-top-bg.pd-top-none {
  padding-top: 74px;
}
@media only screen and (max-width: 640px) {
  .flex-row.rounded-top-bg.pd-top-none {
    padding-top: 66px;
  }
}
.flex-row.rounded-top-bg.pd-top-small {
  padding-top: 74px;
}
@media only screen and (max-width: 640px) {
  .flex-row.rounded-top-bg.pd-top-small {
    padding-top: 66px;
  }
}
.flex-row.rounded-top-bg.pd-top-medium {
  padding-top: 98px;
}
@media only screen and (max-width: 640px) {
  .flex-row.rounded-top-bg.pd-top-medium {
    padding-top: 74px;
  }
}
.flex-row.rounded-top-bg.pd-top-large {
  padding-top: 114px;
}
@media only screen and (max-width: 640px) {
  .flex-row.rounded-top-bg.pd-top-large {
    padding-top: 98px;
  }
}
.flex-row.rounded-top-bg.pd-top-extra-large {
  padding-top: 178px;
}
@media only screen and (max-width: 640px) {
  .flex-row.rounded-top-bg.pd-top-extra-large {
    padding-top: 114px;
  }
}
.flex-row.rounded-top-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: var(--prev-bg-color);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 50' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,50 C480,0 960,0 1440,50 L1440,0 L0,0 Z' fill='black'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: cover;
}
.flex-row.rounded-bottom-bg {
  padding-bottom: 114px;
}
.flex-row.rounded-bottom-bg.pd-bottom-none {
  padding-bottom: 74px;
}
@media only screen and (max-width: 640px) {
  .flex-row.rounded-bottom-bg.pd-bottom-none {
    padding-bottom: 66px;
  }
}
.flex-row.rounded-bottom-bg.pd-bottom-small {
  padding-bottom: 74px;
}
@media only screen and (max-width: 640px) {
  .flex-row.rounded-bottom-bg.pd-bottom-small {
    padding-bottom: 66px;
  }
}
.flex-row.rounded-bottom-bg.pd-bottom-medium {
  padding-bottom: 98px;
}
@media only screen and (max-width: 640px) {
  .flex-row.rounded-bottom-bg.pd-bottom-medium {
    padding-bottom: 74px;
  }
}
.flex-row.rounded-bottom-bg.pd-bottom-large {
  padding-bottom: 114px;
}
@media only screen and (max-width: 640px) {
  .flex-row.rounded-bottom-bg.pd-bottom-large {
    padding-bottom: 98px;
  }
}
.flex-row.rounded-bottom-bg.pd-bottom-extra-large {
  padding-bottom: 178px;
}
@media only screen and (max-width: 640px) {
  .flex-row.rounded-bottom-bg.pd-bottom-extra-large {
    padding-bottom: 114px;
  }
}
.flex-row.rounded-bottom-bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: var(--next-bg-color);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 50' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C480,50 960,50 1440,0 L1440,50 L0,50 Z' fill='black'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: cover;
}
.flex-content-columns-row.v-align-top .in-grid, .flex-framed-content-columns-row.v-align-top .in-grid {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.flex-content-columns-row.v-align-center .in-grid, .flex-framed-content-columns-row.v-align-center .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-content-columns-row.v-align-bottom .in-grid, .flex-framed-content-columns-row.v-align-bottom .in-grid {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.flex-content-columns-row.c-align-left .in-grid, .flex-framed-content-columns-row.c-align-left .in-grid {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-content-columns-row.c-align-center .in-grid, .flex-framed-content-columns-row.c-align-center .in-grid {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-content-columns-row.c-align-right .in-grid, .flex-framed-content-columns-row.c-align-right .in-grid {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-columns-row .in-grid, .flex-framed-content-columns-row .in-grid {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-columns-row .in-grid .column .cc-contentcontainer, .flex-framed-content-columns-row .in-grid .column .cc-contentcontainer {
  width: 100%;
}
.flex-content-columns-row .in-grid .column:only-child, .flex-framed-content-columns-row .in-grid .column:only-child {
  width: calc(100% / 12 * 8);
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row .in-grid .column:only-child, .flex-framed-content-columns-row .in-grid .column:only-child {
    width: 100%;
    max-width: 100%;
  }
}
.c-align-left.flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-left.flex-framed-content-columns-row .in-grid .column:only-child > .cc-contentcontainer {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.c-align-center.flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-center.flex-framed-content-columns-row .in-grid .column:only-child > .cc-contentcontainer {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.c-align-right.flex-content-columns-row .in-grid .column:only-child > .cc-contentcontainer, .c-align-right.flex-framed-content-columns-row .in-grid .column:only-child > .cc-contentcontainer {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-columns-row .in-grid .column:not(:only-child), .flex-framed-content-columns-row .in-grid .column:not(:only-child) {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row .in-grid .column:not(:only-child), .flex-framed-content-columns-row .in-grid .column:not(:only-child) {
    width: 100%;
  }
  .flex-content-columns-row .in-grid .column:not(:only-child):not(:first-of-type), .flex-framed-content-columns-row .in-grid .column:not(:only-child):not(:first-of-type) {
    margin-top: 48px;
  }
}
.flex-content-columns-row.column-layout-50-50 .in-grid .col-1, .flex-framed-content-columns-row.column-layout-50-50 .in-grid .col-1 {
  width: calc(100% / 2);
  padding-right: 24px !important;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-50-50 .in-grid .col-1, .flex-framed-content-columns-row.column-layout-50-50 .in-grid .col-1 {
    padding-right: 16px !important;
  }
}
.flex-content-columns-row.column-layout-50-50 .in-grid .col-2, .flex-framed-content-columns-row.column-layout-50-50 .in-grid .col-2 {
  width: calc(100% / 2);
  padding-left: 24px !important;
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-50-50 .in-grid .col-2, .flex-framed-content-columns-row.column-layout-50-50 .in-grid .col-2 {
    padding-left: 16px !important;
  }
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-50-50 .in-grid > div, .flex-framed-content-columns-row.column-layout-50-50 .in-grid > div {
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .flex-content-columns-row.column-layout-50-50 .in-grid > div:not(:first-of-type), .flex-framed-content-columns-row.column-layout-50-50 .in-grid > div:not(:first-of-type) {
    margin-top: 48px;
  }
}
.flex-content-columns-row.column-layout-66-33 .in-grid .col-1, .flex-framed-content-columns-row.column-layout-66-33 .in-grid .col-1 {
  width: calc(100% / 12 * 7);
}
.flex-content-columns-row.column-layout-66-33 .in-grid .col-2, .flex-framed-content-columns-row.column-layout-66-33 .in-grid .col-2 {
  width: calc(100% / 12 * 5);
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-66-33 .in-grid > div, .flex-framed-content-columns-row.column-layout-66-33 .in-grid > div {
    width: 100% !important;
  }
  .flex-content-columns-row.column-layout-66-33 .in-grid > div:not(:first-of-type), .flex-framed-content-columns-row.column-layout-66-33 .in-grid > div:not(:first-of-type) {
    margin-top: 48px;
  }
}
.flex-content-columns-row.column-layout-33-66 .in-grid .col-1, .flex-framed-content-columns-row.column-layout-33-66 .in-grid .col-1 {
  width: calc(100% / 12 * 5);
}
.flex-content-columns-row.column-layout-33-66 .in-grid .col-2, .flex-framed-content-columns-row.column-layout-33-66 .in-grid .col-2 {
  width: calc(100% / 12 * 7);
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.column-layout-33-66 .in-grid > div, .flex-framed-content-columns-row.column-layout-33-66 .in-grid > div {
    width: 100% !important;
  }
  .flex-content-columns-row.column-layout-33-66 .in-grid > div:not(:first-of-type), .flex-framed-content-columns-row.column-layout-33-66 .in-grid > div:not(:first-of-type) {
    margin-top: 48px;
  }
}
.flex-content-columns-row.flex-framed-content-columns-row.v-align-top .in-grid .column .cc-contentcontainer, .flex-framed-content-columns-row.flex-framed-content-columns-row.v-align-top .in-grid .column .cc-contentcontainer {
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  -o-align-content: flex-start;
  align-content: flex-start;
}
.flex-content-columns-row.flex-framed-content-columns-row.v-align-center .in-grid .column .cc-contentcontainer, .flex-framed-content-columns-row.flex-framed-content-columns-row.v-align-center .in-grid .column .cc-contentcontainer {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
}
.flex-content-columns-row.flex-framed-content-columns-row.v-align-bottom .in-grid .column .cc-contentcontainer, .flex-framed-content-columns-row.flex-framed-content-columns-row.v-align-bottom .in-grid .column .cc-contentcontainer {
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-align-content: flex-end;
  -o-align-content: flex-end;
  align-content: flex-end;
}
.flex-content-columns-row.flex-framed-content-columns-row .in-grid, .flex-framed-content-columns-row.flex-framed-content-columns-row .in-grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.flex-content-columns-row.flex-framed-content-columns-row .in-grid .column .cc-contentcontainer, .flex-framed-content-columns-row.flex-framed-content-columns-row .in-grid .column .cc-contentcontainer {
  padding: 48px;
  border-radius: 0px 24px;
}
@media only screen and (max-width: 768px) {
  .flex-content-columns-row.flex-framed-content-columns-row .in-grid .column .cc-contentcontainer, .flex-framed-content-columns-row.flex-framed-content-columns-row .in-grid .column .cc-contentcontainer {
    padding: 24px;
  }
}
.flex-content-columns-row.flex-framed-content-columns-row .in-grid .column.frame-light-green .cc-contentcontainer, .flex-framed-content-columns-row.flex-framed-content-columns-row .in-grid .column.frame-light-green .cc-contentcontainer {
  background: #E6E6D0;
}
.flex-content-columns-row.flex-framed-content-columns-row .in-grid .column.frame-white .cc-contentcontainer, .flex-framed-content-columns-row.flex-framed-content-columns-row .in-grid .column.frame-white .cc-contentcontainer {
  background: #fff;
}
.flex-content-columns-row.flex-framed-content-columns-row .in-grid .column.frame-light-grey, .flex-framed-content-columns-row.flex-framed-content-columns-row .in-grid .column.frame-light-grey {
  background: #F5F3F0;
}
.flex-draggable-categories-row .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .flex-draggable-categories-row .in-grid {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
}
.flex-draggable-categories-row .category-items {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .flex-draggable-categories-row .category-items {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.flex-draggable-categories-row .category-items.few-categories .custom-scrollbar {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .flex-draggable-categories-row .category-items.few-categories .custom-scrollbar {
    display: flex;
  }
}
.flex-draggable-categories-row .category-items.few-categories .category-items-wrapper:before {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .flex-draggable-categories-row .category-items.few-categories .category-items-wrapper:before {
    display: block;
  }
}
.flex-draggable-categories-row .category-items.few-categories .category-items-wrapper .draggable-container .category-icon-block {
  min-width: calc(((1400px - 8px) / 7) - 24px);
  max-width: calc(((1400px - 8px) / 7) - 24px);
}
@media only screen and (max-width: 768px) {
  .flex-draggable-categories-row .category-items.few-categories .category-items-wrapper .draggable-container .category-icon-block {
    min-width: 200px;
    max-width: 200px;
  }
}
.flex-draggable-categories-row .category-items.few-categories .category-items-wrapper .draggable-container .category-icon-block:last-child {
  margin-right: 0 !important;
}
@media only screen and (max-width: 1400px) {
  .flex-draggable-categories-row .category-items.few-categories .category-items-wrapper .draggable-container .category-icon-block:last-child {
    margin-right: 24px !important;
  }
}
.flex-draggable-categories-row .category-items .category-items-wrapper {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  position: relative;
}
.flex-draggable-categories-row .category-items .category-items-wrapper:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(to right, transparent, #F5F3F0);
  pointer-events: none;
}
.flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container {
  display: flex;
  overflow-x: auto;
  user-select: none;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block {
  min-width: calc(((1400px - 8px) / 7) - 16px);
  max-width: calc(((1400px - 8px) / 7) - 16px);
  flex-shrink: 0;
  cursor: pointer;
  margin-right: 16px;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block {
    min-width: 150px;
    max-width: 150px;
    margin-right: 16px;
  }
}
.flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a {
  text-decoration: none;
  display: flex;
  width: 100%;
  justify-content: center;
}
.flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block {
  padding: 16px 24px;
  border-radius: 0px 15px;
  border: 1px solid transparent;
  background: #F5F3F0;
  height: 100%;
  width: 100%;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block {
    padding: 16px;
    border: 1px solid rgba(69, 70, 42, 0.1);
  }
}
.flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon {
  width: 100%;
  height: 50px;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon {
    height: 30px;
  }
}
.flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block p {
  font-weight: bold;
  color: #54622E;
  margin-top: 16px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block p {
    font-size: 16px;
  }
}
.flex-draggable-categories-row .category-items .category-items-wrapper .draggable-container .category-icon-block a:hover .inner-block {
  border: 1px solid rgba(69, 70, 42, 0.5);
}
.flex-draggable-categories-row .category-items .category-items-wrapper .custom-scrollbar {
  width: 100%;
  height: 4px;
  margin: 0 auto;
  background: #ebe7e1;
  border-radius: 999px;
  position: relative;
  margin-top: 16px;
}
@media only screen and (max-width: 1400px) {
  .flex-draggable-categories-row .category-items .category-items-wrapper .custom-scrollbar {
    width: calc(100% - 32px);
    margin-left: 16px;
  }
}
.flex-draggable-categories-row .category-items .category-items-wrapper .custom-scrollbar .custom-thumb {
  height: 4px;
  background: #54622E;
  border-radius: 999px;
  width: 100px;
  position: absolute;
  left: 0;
  transition: left 0.1s linear;
  cursor: grab;
}
.flex-banner-row.rounded-bottom-bg:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: var(--next-bg-color);
  z-index: 1;
}
.flex-banner-row.rounded-bottom-bg:after {
  z-index: 2;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 50' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,50 C480,0 960,0 1440,50 Z' fill='black'/%3E%3C/svg%3E");
  top: calc(50% - 50px);
  mask-repeat: repeat no-repeat;
  mask-position: bottom center;
  mask-size: contain;
}
.flex-banner-row .in-grid {
  position: relative;
  z-index: 10;
}
.flex-banner-row .in-grid .banner {
  width: 100%;
}
.flex-banner-row .in-grid .banner .inner-banner {
  background: #54622E;
  border-radius: 0px 50px;
  overflow: hidden;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.bg-dark-green.flex-banner-row .in-grid .banner .inner-banner {
  background: #72853e;
}
@media only screen and (max-width: 991px) {
  .flex-banner-row .in-grid .banner .inner-banner {
    border-radius: 0px 30px;
  }
}
.flex-banner-row .in-grid .banner .inner-banner .content-col {
  padding: 64px 24px 64px 64px;
  width: calc(100% / 12 * 5);
}
@media only screen and (max-width: 1200px) {
  .flex-banner-row .in-grid .banner .inner-banner .content-col {
    width: calc(100% / 12 * 6);
  }
}
@media only screen and (max-width: 991px) {
  .flex-banner-row .in-grid .banner .inner-banner .content-col {
    width: 100%;
    order: 2;
    padding: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .flex-banner-row .in-grid .banner .inner-banner .content-col {
    width: 100%;
    order: 2;
    padding: 24px;
  }
}
.flex-banner-row .in-grid .banner .inner-banner .content-col * {
  color: #fff;
}
.flex-banner-row .in-grid .banner .inner-banner .content-col .title .top-title {
  color: #F9EBC7;
}
.flex-banner-row .in-grid .banner .inner-banner .content-col:only-child {
  width: calc(100% / 12 * 9);
}
@media only screen and (max-width: 1200px) {
  .flex-banner-row .in-grid .banner .inner-banner .content-col:only-child {
    width: 100%;
  }
}
.flex-banner-row .in-grid .banner .inner-banner .image-col {
  width: calc(100% / 12 * 7);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .flex-banner-row .in-grid .banner .inner-banner .image-col {
    width: calc(100% / 12 * 6);
  }
}
@media only screen and (max-width: 991px) {
  .flex-banner-row .in-grid .banner .inner-banner .image-col {
    order: 1;
    width: 100%;
    aspect-ratio: 1.7777777778;
  }
}
.flex-banner-row .in-grid .banner .inner-banner .image-col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: #54622E;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M100,0 Q30,50 100,100 L0,100 L0,0 Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  z-index: 2;
}
.bg-dark-green.flex-banner-row .in-grid .banner .inner-banner .image-col::before {
  background: #72853e;
}
@media only screen and (max-width: 991px) {
  .flex-banner-row .in-grid .banner .inner-banner .image-col::before {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 30px;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 Q50,50 100,0 L100,100 L0,100 Z' fill='black'/%3E%3C/svg%3E");
  }
}
.flex-banner-row .in-grid .banner .inner-banner .image-col .image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-banner-row .in-grid .banner .inner-banner .image-col .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.flex-product-slider-row .in-grid .title-container, .flex-locations-slider-row .in-grid .title-container {
  width: 100%;
}
.flex-product-slider-row .in-grid .title-container .title > *, .flex-locations-slider-row .in-grid .title-container .title > * {
  max-width: 900px;
}
.flex-product-slider-row .in-grid.controls, .flex-locations-slider-row .in-grid.controls {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex-product-slider-row .in-grid.controls .arrows, .flex-locations-slider-row .in-grid.controls .arrows {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 540px) {
  .flex-product-slider-row .in-grid.controls .arrows, .flex-locations-slider-row .in-grid.controls .arrows {
    width: 100%;
    margin-top: 24px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
.flex-product-slider-row .in-grid.controls .arrows > div:not(:last-child), .flex-locations-slider-row .in-grid.controls .arrows > div:not(:last-child) {
  margin-right: 16px;
}
.flex-product-slider-row .in-grid.controls .button, .flex-locations-slider-row .in-grid.controls .button {
  margin-top: 40px;
}
@media only screen and (max-width: 540px) {
  .flex-product-slider-row .in-grid.controls .button, .flex-locations-slider-row .in-grid.controls .button {
    width: 100%;
    margin-top: 24px;
  }
}
.flex-product-slider-row .in-grid.controls .button a, .flex-locations-slider-row .in-grid.controls .button a {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-product-slider-row .product-slider:not(:first-child), .flex-product-slider-row .locations-slider:not(:first-child), .flex-locations-slider-row .product-slider:not(:first-child), .flex-locations-slider-row .locations-slider:not(:first-child) {
  margin-top: 24px;
}
.flex-product-slider-row .locations-slider, .flex-locations-slider-row .locations-slider {
  padding: 5px 0;
}
.flex-sale-banner-row.rounded-bottom-bg.pd-bottom-none {
  padding-bottom: 0 !important;
}
.flex-sale-banner-row.rounded-bottom-bg.pd-bottom-none:after {
  height: 50%;
}
.flex-sale-banner-row.rounded-top-bg.pd-top-none {
  padding-top: 0 !important;
}
.flex-sale-banner-row.rounded-top-bg.pd-top-none.bg-light-grey {
  position: relative;
}
.flex-sale-banner-row.rounded-top-bg.pd-top-none.bg-light-grey:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #F5F3F0;
  z-index: -1;
}
.flex-sale-banner-row.rounded-top-bg.pd-top-none.bg-light-grey > div {
  z-index: 3;
  position: relative;
}
.flex-sale-banner-row.rounded-top-bg.pd-top-none.bg-white:before {
  height: 50%;
}
.flex-sale-banner-row.rounded-top-bg.pd-top-none.bg-light-green:before {
  height: 50%;
}
.flex-sale-banner-row.rounded-top-bg.pd-top-none.bg-dark-green {
  position: relative;
}
.flex-sale-banner-row.rounded-top-bg.pd-top-none.bg-dark-green:before {
  height: 50%;
}
.flex-sale-banner-row.rounded-top-bg.pd-top-none:after {
  top: auto;
  bottom: 0;
  height: 100%;
  background-color: var(--next-bg-color);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 50' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,50 C480,0 960,0 1440,50 Z' fill='black'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: cover;
  z-index: 2;
  -webkit-transform: translateY(-1);
  -moz-transform: translateY(-1);
  -ms-transform: translateY(-1);
  -o-transform: translateY(-1);
  transform: translateY(-1);
}
.flex-sale-banner-row .in-grid {
  position: relative;
  z-index: 3;
}
.flex-sale-banner-row .in-grid .sale-banner {
  width: 100%;
}
.flex-sale-banner-row .in-grid .sale-banner .inner-banner {
  padding: 48px;
  background: #BC6C25;
  border-radius: 0px 50px;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.bannergreen.flex-sale-banner-row .in-grid .sale-banner .inner-banner {
  background: #54622E;
}
.bannergreen.flex-sale-banner-row .in-grid .sale-banner .inner-banner:before {
  background-image: url("data:image/svg+xml,%3Csvg width='1137' height='305' viewBox='0 0 1137 305' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M195.971 129.695C181.458 123.346 166.945 116.995 152.433 110.645C145.051 107.415 148.735 119.83 153.536 121.931C160.318 124.898 167.099 127.866 173.881 130.833C154.842 132.131 135.811 133.572 116.802 135.236C99.614 136.74 82.4184 138.348 65.3055 140.569C58.2694 141.482 41.528 141.176 35.8728 146.346C23.2246 157.908 71.7503 180.587 76.9733 183.644C89.7468 191.119 102.737 198.51 114.975 206.9L114.985 206.892L115.129 207.003C117.274 208.476 119.403 209.97 121.496 211.512C122.713 212.408 123.983 213.623 125.284 214.762C125.254 214.77 125.218 214.787 125.187 214.796L126.462 215.783L112.359 221.122C81.5937 233.244 49.7555 242.974 18.1598 252.684C15.7294 253.431 20.6783 266.131 24.0223 265.104C51.8728 256.545 79.7034 247.711 107.081 237.733C113.398 235.431 132.258 231.529 135.328 224.515C138.741 216.719 126.502 206.209 121.547 202.276C108.301 191.766 93.1872 183.382 78.6505 174.83C71.0814 170.377 63.4729 165.992 55.9096 161.529C53.8183 160.295 51.5503 158.642 49.2238 157.01C53.1476 156.247 57.1915 154.995 60.9673 154.414C76.598 152.006 92.3728 150.466 108.112 148.977C129.727 146.933 151.377 145.185 173.038 143.669C166.606 148.262 160.174 152.855 153.741 157.447C149.175 160.708 157.307 171.774 161.943 168.463C174.836 159.258 187.73 150.052 200.623 140.847C204.751 137.899 198.91 130.981 195.971 129.695Z' fill='%2345462A'/%3E%3Cpath d='M1011.34 144.814C1016.66 154.319 1023.07 162.901 1031.76 169.695C1040.89 176.837 1050.9 182.455 1061.36 187.288C1064.94 188.939 1068.87 190.426 1072.73 190.678C1076.13 190.899 1078.53 191.355 1079.56 194.923C1083.03 195.235 1085.17 194.011 1086.61 191.422C1087.09 190.559 1087.76 189.801 1088.32 188.986C1090.92 185.256 1093.23 181.294 1096.16 177.842C1102.3 170.581 1108.75 163.583 1115.09 156.493C1122.64 148.062 1128.92 138.846 1133.01 128.219C1136.28 119.707 1138.12 111.109 1135.65 101.986C1133.99 95.8855 1130.42 91.3644 1125.17 88.0336C1116.95 82.8117 1108.12 84.0067 1099.62 86.4989C1093.43 88.3164 1087.39 91.0366 1082.39 95.5767C1079.41 98.2898 1078.85 98.0498 1075.43 95.5743C1074.75 95.0777 1074.04 94.5978 1073.29 94.1963C1067.54 91.1007 1061.75 88.0907 1056.03 84.9238C1051.2 82.2439 1045.9 81.1202 1040.77 82.5765C1028.7 86.0048 1018.38 92.4122 1011.36 103.151C1006.56 110.496 1004.9 118.892 1004.79 127.511C1004.76 130.386 1005.78 133.394 1006.85 136.133C1008.03 139.148 1009.75 141.966 1011.34 144.814ZM1026.88 105.32C1031.49 101.616 1036.71 98.9288 1042.33 97.3252C1048.4 95.5957 1054.48 96.584 1060.29 98.8481C1066.78 101.383 1073.24 104.039 1078.57 108.75C1078.98 109.111 1079.57 109.266 1079.95 109.451C1082.55 108.102 1085.02 106.823 1087.8 105.379C1087.25 103.248 1088.51 101.775 1090.48 100.606C1098.06 96.0993 1106.14 93.2746 1115.06 93.5288C1120.55 93.6856 1123.98 96.8738 1125.26 102.138C1126.43 106.952 1125.53 111.525 1123.85 115.937C1119.24 128.067 1111.79 138.362 1103.35 148.154C1095.94 156.755 1089.23 165.968 1082.43 175.081C1080.69 177.414 1079.82 180.396 1078.42 183.351C1068.15 177.571 1056.55 175.072 1046.99 168.039C1034.83 159.09 1024.88 148.425 1019.18 134.28C1014.8 123.425 1017.53 112.827 1026.88 105.32Z' fill='%2345462A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M852.91 211.276C857.091 204.558 861.134 198.727 864.47 192.516C868.16 185.65 873.219 180.042 878.879 174.908C883.512 170.707 888.932 170.669 894.44 173.017C897.632 174.379 898.109 177.568 898.395 180.431C898.806 184.558 898.754 188.737 898.739 192.894C898.718 198.579 898.548 204.267 898.434 210.554C900.105 209.896 901.389 209.562 902.507 208.926C910.691 204.273 919.388 200.841 928.312 197.935C928.972 197.72 929.765 197.669 930.267 197.26C934.527 193.804 938.736 195.583 942.975 197.252C945.842 198.381 946.476 199.308 945.081 201.809C940.366 210.276 935.736 218.812 930.567 226.998C923.735 237.822 916.375 248.307 909.357 259.014C907.316 262.125 904.918 263.93 901.012 264.311C897.834 264.622 894.502 265.646 891.747 267.234C889.644 268.449 887.813 268.89 885.491 268.93C882.938 268.971 880.23 269.251 877.892 270.18C874.739 271.436 871.565 271.395 868.739 270.337C863.091 268.219 857.792 269.141 852.501 271.094C848.464 272.584 845.081 272.322 841.298 269.76C838.898 268.133 839.339 265.96 838.167 263.857C830.138 262.953 824.823 257.099 818.958 252.166C818.399 251.695 818.09 250.768 817.937 250C816.363 242.018 814.833 234.026 813.313 226.034C812.311 220.755 811.356 215.47 810.362 210.188C810.203 209.341 810.201 208.323 809.719 207.698C806.291 203.274 808.007 198.338 808.601 193.72C808.999 190.617 811.45 188.249 814.691 187.208C820.724 185.263 826.523 186.178 831.553 189.722C835.188 192.281 838.281 195.664 841.423 198.867C845.159 202.676 848.683 206.684 852.91 211.276ZM887.87 182.42C884.418 185.278 884.134 185.543 882.445 189.333C880.058 194.69 878.189 200.323 875.355 205.424C871.898 211.65 868.304 217.735 866.287 224.626C865.582 227.037 861.741 229.803 859.588 229.153C854.553 227.639 849.281 226.557 845.565 222.18C841.75 217.69 837.723 213.373 833.715 209.052C832.972 208.248 831.882 207.769 830.74 206.999C830.587 207.949 830.361 208.478 830.443 208.951C832.727 221.931 834.91 234.943 839.485 247.378C840.139 249.153 840.924 250.97 842.055 252.46C843.75 254.684 845.802 256.635 848.004 259.033C850.262 258.104 852.936 256.968 855.635 255.903C861.289 253.677 866.919 251.507 873.238 253.172C875.006 253.637 877.118 253.662 878.867 253.168C883.874 251.755 888.865 250.189 893.683 248.245C896.173 247.24 898.849 245.75 900.477 243.707C907.508 234.891 914.226 225.822 920.954 216.767C922.823 214.249 924.333 211.465 926.01 208.799C918.524 211.246 911.622 214.283 905.243 218.427C902.937 219.928 900.572 221.675 897.986 222.325C892.808 223.632 888.627 222.206 888.041 215.384C887.846 213.141 887.781 210.878 887.781 208.626C887.783 200.146 887.833 191.664 887.87 182.42Z' fill='%2345462A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M325.773 37.9324C329.664 31.6807 333.426 26.2536 336.531 20.4733C339.965 14.0825 344.674 8.86406 349.941 4.08572C354.253 0.175381 359.298 0.140592 364.424 2.32537C367.395 3.59345 367.838 6.56099 368.105 9.22587C368.487 13.0666 368.439 16.9561 368.425 20.8247C368.405 26.1162 368.247 31.4094 368.141 37.261C369.696 36.6487 370.891 36.3373 371.931 35.7459C379.549 31.4146 387.642 28.2209 395.948 25.5161C396.562 25.316 397.3 25.2691 397.768 24.8881C401.732 21.6718 405.649 23.3278 409.594 24.8811C412.263 25.9318 412.853 26.7946 411.555 29.122C407.166 37.0018 402.858 44.946 398.046 52.5649C391.688 62.6382 384.838 72.3966 378.307 82.3621C376.407 85.2566 374.175 86.9369 370.54 87.2918C367.583 87.5805 364.481 88.5337 361.917 90.0123C359.96 91.143 358.256 91.5535 356.095 91.59C353.719 91.6283 351.199 91.8892 349.022 92.7537C346.088 93.9226 343.134 93.8844 340.504 92.8998C335.248 90.929 330.316 91.7866 325.392 93.6043C321.634 94.9907 318.486 94.7472 314.965 92.3623C312.732 90.849 313.142 88.826 312.052 86.8691C304.579 86.0272 299.632 80.5791 294.173 75.9887C293.653 75.5503 293.366 74.6875 293.224 73.9726C291.759 66.5433 290.334 59.1053 288.92 51.6673C287.988 46.755 287.099 41.8358 286.174 36.9201C286.026 36.1321 286.024 35.1841 285.575 34.6031C282.385 30.4857 283.982 25.8918 284.535 21.5935C284.905 18.706 287.186 16.5021 290.202 15.5332C295.817 13.7224 301.215 14.5748 305.896 17.8728C309.279 20.2541 312.158 23.4026 315.082 26.384C318.559 29.9291 321.838 33.6585 325.773 37.9324ZM358.31 11.0767C355.097 13.7363 354.832 13.9833 353.26 17.511C351.039 22.4963 349.299 27.7391 346.662 32.4861C343.444 38.2803 340.099 43.9441 338.222 50.3575C337.566 52.6014 333.992 55.1758 331.988 54.5705C327.302 53.1615 322.395 52.1544 318.937 48.0805C315.386 43.9023 311.638 39.8841 307.908 35.8624C307.216 35.1145 306.202 34.6692 305.139 33.9525C304.996 34.8362 304.786 35.3284 304.862 35.7685C306.988 47.8492 309.02 59.9594 313.278 71.5321C313.887 73.1846 314.617 74.8754 315.67 76.2618C317.248 78.3317 319.157 80.1477 321.207 82.3795C323.308 81.515 325.797 80.4574 328.309 79.4659C333.571 77.3942 338.81 75.3746 344.691 76.9245C346.337 77.3576 348.302 77.3802 349.931 76.921C354.591 75.606 359.235 74.1483 363.719 72.3392C366.036 71.4034 368.527 70.017 370.042 68.1158C376.586 59.9107 382.838 51.4708 389.1 43.043C390.839 40.6999 392.245 38.1081 393.805 35.6276C386.839 37.9046 380.415 40.7312 374.478 44.5877C372.331 45.9845 370.131 47.6109 367.724 48.2162C362.905 49.4321 359.014 48.1049 358.468 41.7558C358.287 39.6684 358.226 37.5619 358.226 35.4658C358.228 27.5738 358.275 19.6801 358.31 11.0767Z' fill='%2345462A'/%3E%3C/svg%3E%0A");
}
.flex-sale-banner-row .in-grid .sale-banner .inner-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='1137' height='305' viewBox='0 0 1137 305' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M195.971 129.695C181.458 123.346 166.945 116.995 152.433 110.645C145.051 107.415 148.735 119.83 153.536 121.931C160.318 124.898 167.099 127.866 173.881 130.833C154.842 132.131 135.811 133.572 116.802 135.236C99.614 136.74 82.4184 138.348 65.3055 140.569C58.2694 141.482 41.528 141.176 35.8728 146.346C23.2246 157.908 71.7503 180.587 76.9733 183.644C89.7468 191.119 102.737 198.51 114.975 206.9L114.985 206.892L115.129 207.003C117.274 208.476 119.403 209.97 121.496 211.512C122.713 212.408 123.983 213.623 125.284 214.762C125.254 214.77 125.218 214.787 125.187 214.796L126.462 215.783L112.359 221.122C81.5937 233.244 49.7555 242.974 18.1598 252.684C15.7294 253.431 20.6783 266.131 24.0223 265.104C51.8728 256.545 79.7034 247.711 107.081 237.733C113.398 235.431 132.258 231.529 135.328 224.515C138.741 216.719 126.502 206.209 121.547 202.276C108.301 191.766 93.1872 183.382 78.6505 174.83C71.0814 170.377 63.4729 165.992 55.9096 161.529C53.8183 160.295 51.5503 158.642 49.2238 157.01C53.1476 156.247 57.1915 154.995 60.9673 154.414C76.598 152.006 92.3728 150.466 108.112 148.977C129.727 146.933 151.377 145.185 173.038 143.669C166.606 148.262 160.174 152.855 153.741 157.447C149.175 160.708 157.307 171.774 161.943 168.463C174.836 159.258 187.73 150.052 200.623 140.847C204.751 137.899 198.91 130.981 195.971 129.695Z' fill='%23D4A373'/%3E%3Cpath d='M1011.34 144.814C1016.66 154.319 1023.07 162.901 1031.76 169.695C1040.89 176.837 1050.9 182.455 1061.36 187.288C1064.94 188.939 1068.87 190.426 1072.73 190.678C1076.13 190.899 1078.53 191.355 1079.56 194.923C1083.03 195.235 1085.17 194.011 1086.61 191.422C1087.09 190.559 1087.76 189.801 1088.32 188.986C1090.92 185.256 1093.23 181.294 1096.16 177.842C1102.3 170.581 1108.75 163.583 1115.09 156.493C1122.64 148.062 1128.92 138.846 1133.01 128.219C1136.28 119.707 1138.12 111.109 1135.65 101.986C1133.99 95.8855 1130.42 91.3644 1125.17 88.0336C1116.95 82.8117 1108.12 84.0067 1099.62 86.4989C1093.43 88.3164 1087.39 91.0366 1082.39 95.5767C1079.41 98.2898 1078.85 98.0498 1075.43 95.5743C1074.75 95.0777 1074.04 94.5978 1073.29 94.1963C1067.54 91.1007 1061.75 88.0907 1056.03 84.9238C1051.2 82.2439 1045.9 81.1202 1040.77 82.5765C1028.7 86.0048 1018.38 92.4122 1011.36 103.151C1006.56 110.496 1004.9 118.892 1004.79 127.511C1004.76 130.386 1005.78 133.394 1006.85 136.133C1008.03 139.148 1009.75 141.966 1011.34 144.814ZM1026.88 105.32C1031.49 101.616 1036.71 98.9288 1042.33 97.3252C1048.4 95.5957 1054.48 96.584 1060.29 98.8481C1066.78 101.383 1073.24 104.039 1078.57 108.75C1078.98 109.111 1079.57 109.266 1079.95 109.451C1082.55 108.102 1085.02 106.823 1087.8 105.379C1087.25 103.248 1088.51 101.775 1090.48 100.606C1098.06 96.0993 1106.14 93.2746 1115.06 93.5288C1120.55 93.6856 1123.98 96.8738 1125.26 102.138C1126.43 106.952 1125.53 111.525 1123.85 115.937C1119.24 128.067 1111.79 138.362 1103.35 148.154C1095.94 156.755 1089.23 165.968 1082.43 175.081C1080.69 177.414 1079.82 180.396 1078.42 183.351C1068.15 177.571 1056.55 175.072 1046.99 168.039C1034.83 159.09 1024.88 148.425 1019.18 134.28C1014.8 123.425 1017.53 112.827 1026.88 105.32Z' fill='%23D4A373'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M852.91 211.276C857.091 204.558 861.134 198.727 864.47 192.516C868.16 185.65 873.219 180.042 878.879 174.908C883.512 170.707 888.932 170.669 894.44 173.017C897.632 174.379 898.109 177.568 898.395 180.431C898.806 184.558 898.754 188.737 898.739 192.894C898.718 198.579 898.548 204.267 898.434 210.554C900.105 209.896 901.389 209.562 902.507 208.926C910.691 204.273 919.388 200.841 928.312 197.935C928.972 197.72 929.765 197.669 930.267 197.26C934.527 193.804 938.736 195.583 942.975 197.252C945.842 198.381 946.476 199.308 945.081 201.809C940.366 210.276 935.736 218.812 930.567 226.998C923.735 237.822 916.375 248.307 909.357 259.014C907.316 262.125 904.918 263.93 901.012 264.311C897.834 264.622 894.502 265.646 891.747 267.234C889.644 268.449 887.813 268.89 885.491 268.93C882.938 268.971 880.23 269.251 877.892 270.18C874.739 271.436 871.565 271.395 868.739 270.337C863.091 268.219 857.792 269.141 852.501 271.094C848.464 272.584 845.081 272.322 841.298 269.76C838.898 268.133 839.339 265.96 838.167 263.857C830.138 262.953 824.823 257.099 818.958 252.166C818.399 251.695 818.09 250.768 817.937 250C816.363 242.018 814.833 234.026 813.313 226.034C812.311 220.755 811.356 215.47 810.362 210.188C810.203 209.341 810.201 208.323 809.719 207.698C806.291 203.274 808.007 198.338 808.601 193.72C808.999 190.617 811.45 188.249 814.691 187.208C820.724 185.263 826.523 186.178 831.553 189.722C835.188 192.281 838.281 195.664 841.423 198.867C845.159 202.676 848.683 206.684 852.91 211.276ZM887.87 182.42C884.418 185.278 884.134 185.543 882.445 189.333C880.058 194.69 878.189 200.323 875.355 205.424C871.898 211.65 868.304 217.735 866.287 224.626C865.582 227.037 861.741 229.803 859.588 229.153C854.553 227.639 849.281 226.557 845.565 222.18C841.75 217.69 837.723 213.373 833.715 209.052C832.972 208.248 831.882 207.769 830.74 206.999C830.587 207.949 830.361 208.478 830.443 208.951C832.727 221.931 834.91 234.943 839.485 247.378C840.139 249.153 840.924 250.97 842.055 252.46C843.75 254.684 845.802 256.635 848.004 259.033C850.262 258.104 852.936 256.968 855.635 255.903C861.289 253.677 866.919 251.507 873.238 253.172C875.006 253.637 877.118 253.662 878.867 253.168C883.874 251.755 888.865 250.189 893.683 248.245C896.173 247.24 898.849 245.75 900.477 243.707C907.508 234.891 914.226 225.822 920.954 216.767C922.823 214.249 924.333 211.465 926.01 208.799C918.524 211.246 911.622 214.283 905.243 218.427C902.937 219.928 900.572 221.675 897.986 222.325C892.808 223.632 888.627 222.206 888.041 215.384C887.846 213.141 887.781 210.878 887.781 208.626C887.783 200.146 887.833 191.664 887.87 182.42Z' fill='%23D4A373'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M325.773 37.9324C329.664 31.6807 333.426 26.2536 336.531 20.4733C339.965 14.0825 344.674 8.86406 349.941 4.08572C354.253 0.175381 359.298 0.140592 364.424 2.32537C367.395 3.59345 367.838 6.56099 368.105 9.22587C368.487 13.0666 368.439 16.9561 368.425 20.8247C368.405 26.1162 368.247 31.4094 368.141 37.261C369.696 36.6487 370.891 36.3373 371.931 35.7459C379.549 31.4146 387.642 28.2209 395.948 25.5161C396.562 25.316 397.3 25.2691 397.768 24.8881C401.732 21.6718 405.649 23.3278 409.594 24.8811C412.263 25.9318 412.853 26.7946 411.555 29.122C407.166 37.0018 402.858 44.946 398.046 52.5649C391.688 62.6382 384.838 72.3966 378.307 82.3621C376.407 85.2566 374.175 86.9369 370.54 87.2918C367.583 87.5805 364.481 88.5337 361.917 90.0123C359.96 91.143 358.256 91.5535 356.095 91.59C353.719 91.6283 351.199 91.8892 349.022 92.7537C346.088 93.9226 343.134 93.8844 340.504 92.8998C335.248 90.929 330.316 91.7866 325.392 93.6043C321.634 94.9907 318.486 94.7472 314.965 92.3623C312.732 90.849 313.142 88.826 312.052 86.8691C304.579 86.0272 299.632 80.5791 294.173 75.9887C293.653 75.5503 293.366 74.6875 293.224 73.9726C291.759 66.5433 290.334 59.1053 288.92 51.6673C287.988 46.755 287.099 41.8358 286.174 36.9201C286.026 36.1321 286.024 35.1841 285.575 34.6031C282.385 30.4857 283.982 25.8918 284.535 21.5935C284.905 18.706 287.186 16.5021 290.202 15.5332C295.817 13.7224 301.215 14.5748 305.896 17.8728C309.279 20.2541 312.158 23.4026 315.082 26.384C318.559 29.9291 321.838 33.6585 325.773 37.9324ZM358.31 11.0767C355.097 13.7363 354.832 13.9833 353.26 17.511C351.039 22.4963 349.299 27.7391 346.662 32.4861C343.444 38.2803 340.099 43.9441 338.222 50.3575C337.566 52.6014 333.992 55.1758 331.988 54.5705C327.302 53.1615 322.395 52.1544 318.937 48.0805C315.386 43.9023 311.638 39.8841 307.908 35.8624C307.216 35.1145 306.202 34.6692 305.139 33.9525C304.996 34.8362 304.786 35.3284 304.862 35.7685C306.988 47.8492 309.02 59.9594 313.278 71.5321C313.887 73.1846 314.617 74.8754 315.67 76.2618C317.248 78.3317 319.157 80.1477 321.207 82.3795C323.308 81.515 325.797 80.4574 328.309 79.4659C333.571 77.3942 338.81 75.3746 344.691 76.9245C346.337 77.3576 348.302 77.3802 349.931 76.921C354.591 75.606 359.235 74.1483 363.719 72.3392C366.036 71.4034 368.527 70.017 370.042 68.1158C376.586 59.9107 382.838 51.4708 389.1 43.043C390.839 40.6999 392.245 38.1081 393.805 35.6276C386.839 37.9046 380.415 40.7312 374.478 44.5877C372.331 45.9845 370.131 47.6109 367.724 48.2162C362.905 49.4321 359.014 48.1049 358.468 41.7558C358.287 39.6684 358.226 37.5619 358.226 35.4658C358.228 27.5738 358.275 19.6801 358.31 11.0767Z' fill='%23D4A373'/%3E%3C/svg%3E%0A");
}
.flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer {
  position: relative;
  z-index: 3;
  max-width: 600px;
}
.flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer * {
  color: #fff;
}
.flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title h1, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title h2, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .entry-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product_title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title span, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title h3, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .search-filter-field .search-filter-label, .search-filter-field .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .search-filter-label, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title footer .footer-cta .in-grid .cta-container .inner-container .cta-text p, footer .footer-cta .in-grid .cta-container .inner-container .cta-text .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title p, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .location-card .inner-card .bottom-content .title, .location-card .inner-card .bottom-content .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .post-card .inner-card .bottom-content .title, .post-card .inner-card .bottom-content .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content h2, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .entry-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .product_title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item a .product-content span, .product-item a .product-content .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title h2, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form h2, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .entry-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .product_title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .account-page .in-grid .woocommerce-MyAccount-content form span, .account-page .in-grid .woocommerce-MyAccount-content form .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title h2, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div h2, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .entry-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .product_title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce-account .u-columns > div span, .woocommerce-account .u-columns > div .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title h2, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .woocommerce .filter-sidebar .parent-categories > span, .woocommerce .filter-sidebar .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .parent-categories > span, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title h4, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .faq-toggle-item .faq-toggle-question span, .faq-toggle-item .faq-toggle-question .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title span, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .single-post .post-content .connected-products .inner-container .product-item-container .content .product-title, .single-post .post-content .connected-products .inner-container .product-item-container .content .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content h2, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .entry-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .product_title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .category-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .product-item-small a .product-content span, .product-item-small a .product-content .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title h2, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .wc-block-components-product-name, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-medium.wc-block-cart .wc-block-components-sidebar .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .wc-block-cart__totals-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .wc-block-cart__totals-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title .wc-block-cart__totals-title, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title h5, .flex-sale-banner-row .in-grid .sale-banner .inner-banner .cc-contentcontainer .title span {
  font-family: "Gloria Hallelujah", sans-serif !important;
}
.flex-featured-posts-row .in-grid-s > div, .flex-featured-posts-row footer .footer-top .column.col-12 > div > div, footer .footer-top .flex-featured-posts-row .column.col-12 > div > div, .flex-featured-posts-row .post-password-form > div {
  width: 100%;
}
.flex-featured-posts-row .in-grid-s > div:not(:first-child), .flex-featured-posts-row footer .footer-top .column.col-12 > div > div:not(:first-child), footer .footer-top .flex-featured-posts-row .column.col-12 > div > div:not(:first-child), .flex-featured-posts-row .post-password-form > div:not(:first-child) {
  margin-top: 24px;
}
.flex-featured-posts-row .in-grid-s > div.post-grid, .flex-featured-posts-row footer .footer-top .column.col-12 > div > div.post-grid, footer .footer-top .flex-featured-posts-row .column.col-12 > div > div.post-grid, .flex-featured-posts-row .post-password-form > div.post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 640px) {
  .flex-featured-posts-row .in-grid-s > div.post-grid, .flex-featured-posts-row footer .footer-top .column.col-12 > div > div.post-grid, footer .footer-top .flex-featured-posts-row .column.col-12 > div > div.post-grid, .flex-featured-posts-row .post-password-form > div.post-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flex-featured-posts-row .in-grid-s > div.controls, .flex-featured-posts-row footer .footer-top .column.col-12 > div > div.controls, footer .footer-top .flex-featured-posts-row .column.col-12 > div > div.controls, .flex-featured-posts-row .post-password-form > div.controls {
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-top: 0 !important;
}
.flex-featured-posts-row .in-grid-s > div.controls .button, .flex-featured-posts-row footer .footer-top .column.col-12 > div > div.controls .button, footer .footer-top .flex-featured-posts-row .column.col-12 > div > div.controls .button, .flex-featured-posts-row .post-password-form > div.controls .button {
  margin-top: 40px;
  width: fit-content;
}
@media only screen and (max-width: 540px) {
  .flex-featured-posts-row .in-grid-s > div.controls .button, .flex-featured-posts-row footer .footer-top .column.col-12 > div > div.controls .button, footer .footer-top .flex-featured-posts-row .column.col-12 > div > div.controls .button, .flex-featured-posts-row .post-password-form > div.controls .button {
    width: 100%;
    margin-top: 24px;
  }
}
.flex-featured-posts-row .in-grid-s > div.controls .button a, .flex-featured-posts-row footer .footer-top .column.col-12 > div > div.controls .button a, footer .footer-top .flex-featured-posts-row .column.col-12 > div > div.controls .button a, .flex-featured-posts-row .post-password-form > div.controls .button a {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-content-image-row {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .flex-content-image-row {
    padding-bottom: 0 !important;
  }
}
.flex-content-image-row.image-pos-right .content-column {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-content-image-row.image-pos-left .content-column {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-content-image-row.image-pos-left .image-column {
  right: auto;
  left: 0;
}
.flex-content-image-row .content-column {
  padding-left: calc(((100% - 1412px) / 2) + 16px) !important;
  padding-right: calc(((100% - 1412px) / 2) + 16px) !important;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1400px) {
  .flex-content-image-row .content-column {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.flex-content-image-row .content-column > div {
  width: calc(100% / 2 + 64px);
}
@media only screen and (max-width: 991px) {
  .flex-content-image-row .content-column > div {
    width: 100%;
    margin-bottom: -48px;
  }
}
.flex-content-image-row .content-column > div.content-block {
  padding: 48px;
  background: #fff;
  border-radius: 0 24px;
  -webkit-border-radius: 0 24px;
  -moz-border-radius: 0 24px;
  -ms-border-radius: 0 24px;
  -o-border-radius: 0 24px;
  border-radius: 0 24px;
}
@media only screen and (max-width: 768px) {
  .flex-content-image-row .content-column > div.content-block {
    padding: 24px;
  }
}
.bg-white.flex-content-image-row .content-column > div.content-block {
  background: #F5F3F0;
}
.flex-content-image-row .content-column > div.content-block .h1, .flex-content-image-row .content-column > div.content-block h1, .flex-content-image-row .content-column > div.content-block .h2, .flex-content-image-row .content-column > div.content-block h2, .flex-content-image-row .content-column > div.content-block .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .flex-content-image-row .content-column > div.content-block .entry-title, .flex-content-image-row .content-column > div.content-block .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .flex-content-image-row .content-column > div.content-block .product_title, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .flex-content-image-row .content-column > div.content-block span, .flex-content-image-row .content-column > div.content-block .h3, .flex-content-image-row .content-column > div.content-block h3, .flex-content-image-row .content-column > div.content-block .search-filter-field .search-filter-label, .search-filter-field .flex-content-image-row .content-column > div.content-block .search-filter-label, .flex-content-image-row .content-column > div.content-block footer .footer-cta .in-grid .cta-container .inner-container .cta-text p, footer .footer-cta .in-grid .cta-container .inner-container .cta-text .flex-content-image-row .content-column > div.content-block p, .flex-content-image-row .content-column > div.content-block .location-card .inner-card .bottom-content .title, .location-card .inner-card .bottom-content .flex-content-image-row .content-column > div.content-block .title, .flex-content-image-row .content-column > div.content-block .post-card .inner-card .bottom-content .title, .post-card .inner-card .bottom-content .flex-content-image-row .content-column > div.content-block .title, .flex-content-image-row .content-column > div.content-block .product-item a .product-content h2, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .flex-content-image-row .content-column > div.content-block .product-item a .product-content .entry-title, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .flex-content-image-row .content-column > div.content-block .product-item a .product-content .product_title, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .flex-content-image-row .content-column > div.content-block .product-item a .product-content span, .product-item a .product-content .flex-content-image-row .content-column > div.content-block h2, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form h2, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .entry-title, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .product_title, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form span, .account-page .in-grid .woocommerce-MyAccount-content form .flex-content-image-row .content-column > div.content-block h2, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div h2, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .entry-title, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .product_title, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div span, .woocommerce-account .u-columns > div .flex-content-image-row .content-column > div.content-block h2, .flex-content-image-row .content-column > div.content-block .woocommerce .filter-sidebar .parent-categories > span, .woocommerce .filter-sidebar .flex-content-image-row .content-column > div.content-block .parent-categories > span, .flex-content-image-row .content-column > div.content-block .h4, .flex-content-image-row .content-column > div.content-block h4, .flex-content-image-row .content-column > div.content-block .faq-toggle-item .faq-toggle-question span, .faq-toggle-item .faq-toggle-question .flex-content-image-row .content-column > div.content-block span, .flex-content-image-row .content-column > div.content-block .single-post .post-content .connected-products .inner-container .product-item-container .content .product-title, .single-post .post-content .connected-products .inner-container .product-item-container .content .flex-content-image-row .content-column > div.content-block .product-title, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content h2, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .entry-title, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .product_title, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content span, .product-item-small a .product-content .flex-content-image-row .content-column > div.content-block h2, .flex-content-image-row .content-column > div.content-block .wc-block-components-product-name, .flex-content-image-row .content-column > div.content-block .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-medium.wc-block-cart .wc-block-components-sidebar .flex-content-image-row .content-column > div.content-block .wc-block-cart__totals-title, .flex-content-image-row .content-column > div.content-block .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .flex-content-image-row .content-column > div.content-block .wc-block-cart__totals-title, .flex-content-image-row .content-column > div.content-block .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .flex-content-image-row .content-column > div.content-block .wc-block-cart__totals-title, .flex-content-image-row .content-column > div.content-block .h5, .flex-content-image-row .content-column > div.content-block h5 {
  color: #54622E !important;
}
.flex-content-image-row .content-column > div.content-block .h1 b, .flex-content-image-row .content-column > div.content-block h1 b, .flex-content-image-row .content-column > div.content-block .h2 b, .flex-content-image-row .content-column > div.content-block h2 b, .flex-content-image-row .content-column > div.content-block .single-post .post-hero .inner-hero .content-col .entry-title b, .single-post .post-hero .inner-hero .content-col .flex-content-image-row .content-column > div.content-block .entry-title b, .flex-content-image-row .content-column > div.content-block .single-product .product-summary .in-grid .summary .inner-summary .product_title b, .single-product .product-summary .in-grid .summary .inner-summary .flex-content-image-row .content-column > div.content-block .product_title b, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span b, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .flex-content-image-row .content-column > div.content-block span b, .flex-content-image-row .content-column > div.content-block .h3 b, .flex-content-image-row .content-column > div.content-block h3 b, .flex-content-image-row .content-column > div.content-block .search-filter-field .search-filter-label b, .search-filter-field .flex-content-image-row .content-column > div.content-block .search-filter-label b, .flex-content-image-row .content-column > div.content-block footer .footer-cta .in-grid .cta-container .inner-container .cta-text p b, footer .footer-cta .in-grid .cta-container .inner-container .cta-text .flex-content-image-row .content-column > div.content-block p b, .flex-content-image-row .content-column > div.content-block .location-card .inner-card .bottom-content .title b, .location-card .inner-card .bottom-content .flex-content-image-row .content-column > div.content-block .title b, .flex-content-image-row .content-column > div.content-block .post-card .inner-card .bottom-content .title b, .post-card .inner-card .bottom-content .flex-content-image-row .content-column > div.content-block .title b, .flex-content-image-row .content-column > div.content-block .product-item a .product-content h2 b, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title b, .single-post .post-hero .inner-hero .content-col .flex-content-image-row .content-column > div.content-block .product-item a .product-content .entry-title b, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title b, .single-product .product-summary .in-grid .summary .inner-summary .flex-content-image-row .content-column > div.content-block .product-item a .product-content .product_title b, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span b, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .flex-content-image-row .content-column > div.content-block .product-item a .product-content span b, .product-item a .product-content .flex-content-image-row .content-column > div.content-block h2 b, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form h2 b, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .single-post .post-hero .inner-hero .content-col .entry-title b, .single-post .post-hero .inner-hero .content-col .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .entry-title b, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .single-product .product-summary .in-grid .summary .inner-summary .product_title b, .single-product .product-summary .in-grid .summary .inner-summary .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .product_title b, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .category-title b, .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span b, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .flex-content-image-row .content-column > div.content-block .account-page .in-grid .woocommerce-MyAccount-content form span b, .account-page .in-grid .woocommerce-MyAccount-content form .flex-content-image-row .content-column > div.content-block h2 b, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div h2 b, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .single-post .post-hero .inner-hero .content-col .entry-title b, .single-post .post-hero .inner-hero .content-col .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .entry-title b, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .single-product .product-summary .in-grid .summary .inner-summary .product_title b, .single-product .product-summary .in-grid .summary .inner-summary .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .product_title b, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .category-title b, .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span b, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .flex-content-image-row .content-column > div.content-block .woocommerce-account .u-columns > div span b, .woocommerce-account .u-columns > div .flex-content-image-row .content-column > div.content-block h2 b, .flex-content-image-row .content-column > div.content-block .woocommerce .filter-sidebar .parent-categories > span b, .woocommerce .filter-sidebar .flex-content-image-row .content-column > div.content-block .parent-categories > span b, .flex-content-image-row .content-column > div.content-block .h4 b, .flex-content-image-row .content-column > div.content-block h4 b, .flex-content-image-row .content-column > div.content-block .faq-toggle-item .faq-toggle-question span b, .faq-toggle-item .faq-toggle-question .flex-content-image-row .content-column > div.content-block span b, .flex-content-image-row .content-column > div.content-block .single-post .post-content .connected-products .inner-container .product-item-container .content .product-title b, .single-post .post-content .connected-products .inner-container .product-item-container .content .flex-content-image-row .content-column > div.content-block .product-title b, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content h2 b, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .single-post .post-hero .inner-hero .content-col .entry-title b, .single-post .post-hero .inner-hero .content-col .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .entry-title b, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title b, .single-product .product-summary .in-grid .summary .inner-summary .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .product_title b, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title b, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .category-title b, .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span b, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .flex-content-image-row .content-column > div.content-block .product-item-small a .product-content span b, .product-item-small a .product-content .flex-content-image-row .content-column > div.content-block h2 b, .flex-content-image-row .content-column > div.content-block .wc-block-components-product-name b, .flex-content-image-row .content-column > div.content-block .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title b, .is-medium.wc-block-cart .wc-block-components-sidebar .flex-content-image-row .content-column > div.content-block .wc-block-cart__totals-title b, .flex-content-image-row .content-column > div.content-block .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title b, .is-mobile.wc-block-cart .wc-block-components-sidebar .flex-content-image-row .content-column > div.content-block .wc-block-cart__totals-title b, .flex-content-image-row .content-column > div.content-block .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title b, .is-small.wc-block-cart .wc-block-components-sidebar .flex-content-image-row .content-column > div.content-block .wc-block-cart__totals-title b, .flex-content-image-row .content-column > div.content-block .h5 b, .flex-content-image-row .content-column > div.content-block h5 b {
  color: #54622E !important;
}
.flex-content-image-row .content-column > div.content-block .top-title {
  color: #BC6C25;
}
.flex-content-image-row .content-column > div.content-block * {
  color: #000;
}
.flex-content-image-row .image-column {
  width: calc(100% / 2);
  position: absolute !important;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2 !important;
}
@media only screen and (max-width: 991px) {
  .flex-content-image-row .image-column {
    width: 100%;
    position: relative !important;
    aspect-ratio: 1.7777777778;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* ===============
   Elements
   =============== */
.btns {
  width: 100%;
  margin-top: 0 !important;
}
@media only screen and (max-width: 540px) {
  .btns {
    margin-top: 16px !important;
  }
}
.btns.left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.btns.right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.btns.center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.btns .btn-main {
  margin-top: 24px;
}
@media only screen and (max-width: 540px) {
  .btns .btn-main {
    width: 100%;
    margin-top: 8px;
  }
  .btns .btn-main .btn-inner {
    width: 100%;
  }
}
.btns .btn-main:not(:only-child):not(:last-child) {
  margin-right: 24px;
}
@media only screen and (max-width: 540px) {
  .btns .btn-main:not(:only-child):not(:last-child) {
    margin-right: 0;
  }
}
.btns .btn-main a {
  display: block;
  text-decoration: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 540px) {
  .btns .btn-main a {
    width: 100%;
  }
}
/** Title */
.title {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.title.left {
  text-align: left;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.title.center {
  text-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.title.right {
  text-align: right;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.title .top-title {
  font-family: "Gloria Hallelujah", sans-serif;
  color: #BC6C25;
  font-size: 21px !important;
}
.title.size-h4 .top-title {
  font-size: 18px !important;
}
.title h1, .title h2, .title .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .title .entry-title, .title .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .title .product_title, .title .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .title .category-title, .title .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .title .category-title, .title .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .title .category-title, .title .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .title .category-title, .title .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .title .category-title, .title .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .title .category-title, .title .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .title .category-title, .title .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .title .category-title, .title .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .title span, .title h3, .title .search-filter-field .search-filter-label, .search-filter-field .title .search-filter-label, .title footer .footer-cta .in-grid .cta-container .inner-container .cta-text p, footer .footer-cta .in-grid .cta-container .inner-container .cta-text .title p, .title .location-card .inner-card .bottom-content .title, .location-card .inner-card .bottom-content .title .title, .title .post-card .inner-card .bottom-content .title, .post-card .inner-card .bottom-content .title .title, .title .product-item a .product-content h2, .title .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .title .product-item a .product-content .entry-title, .title .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .title .product-item a .product-content .product_title, .title .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .title .product-item a .product-content .category-title, .title .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .title .product-item a .product-content .category-title, .title .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .title .product-item a .product-content .category-title, .title .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .title .product-item a .product-content .category-title, .title .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .title .product-item a .product-content .category-title, .title .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .title .product-item a .product-content .category-title, .title .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .title .product-item a .product-content .category-title, .title .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .title .product-item a .product-content .category-title, .title .product-item a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .title .product-item a .product-content span, .product-item a .product-content .title h2, .title .account-page .in-grid .woocommerce-MyAccount-content form h2, .title .account-page .in-grid .woocommerce-MyAccount-content form .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .title .account-page .in-grid .woocommerce-MyAccount-content form .entry-title, .title .account-page .in-grid .woocommerce-MyAccount-content form .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .title .account-page .in-grid .woocommerce-MyAccount-content form .product_title, .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .title .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .title .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .title .account-page .in-grid .woocommerce-MyAccount-content form span, .account-page .in-grid .woocommerce-MyAccount-content form .title h2, .title .woocommerce-account .u-columns > div h2, .title .woocommerce-account .u-columns > div .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .title .woocommerce-account .u-columns > div .entry-title, .title .woocommerce-account .u-columns > div .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .title .woocommerce-account .u-columns > div .product_title, .title .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .title .woocommerce-account .u-columns > div .category-title, .title .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .title .woocommerce-account .u-columns > div .category-title, .title .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .title .woocommerce-account .u-columns > div .category-title, .title .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .title .woocommerce-account .u-columns > div .category-title, .title .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .title .woocommerce-account .u-columns > div .category-title, .title .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .title .woocommerce-account .u-columns > div .category-title, .title .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .title .woocommerce-account .u-columns > div .category-title, .title .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .title .woocommerce-account .u-columns > div .category-title, .title .woocommerce-account .u-columns > div .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .title .woocommerce-account .u-columns > div span, .woocommerce-account .u-columns > div .title h2, .title .woocommerce .filter-sidebar .parent-categories > span, .woocommerce .filter-sidebar .title .parent-categories > span, .title h4, .title .faq-toggle-item .faq-toggle-question span, .faq-toggle-item .faq-toggle-question .title span, .title .single-post .post-content .connected-products .inner-container .product-item-container .content .product-title, .single-post .post-content .connected-products .inner-container .product-item-container .content .title .product-title, .title .product-item-small a .product-content h2, .title .product-item-small a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .title .product-item-small a .product-content .entry-title, .title .product-item-small a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .title .product-item-small a .product-content .product_title, .title .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .title .product-item-small a .product-content .category-title, .title .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .title .product-item-small a .product-content .category-title, .title .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .title .product-item-small a .product-content .category-title, .title .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .title .product-item-small a .product-content .category-title, .title .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .title .product-item-small a .product-content .category-title, .title .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .title .product-item-small a .product-content .category-title, .title .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .title .product-item-small a .product-content .category-title, .title .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .title .product-item-small a .product-content .category-title, .title .product-item-small a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .title .product-item-small a .product-content span, .product-item-small a .product-content .title h2, .title .wc-block-components-product-name, .title .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-medium.wc-block-cart .wc-block-components-sidebar .title .wc-block-cart__totals-title, .title .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .title .wc-block-cart__totals-title, .title .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .title .wc-block-cart__totals-title, .title h5, .title span {
  width: 100%;
  color: #54622E;
}
.video-container .youtube, .video-container .vimeo {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  border-radius: 0px 25px;
  -webkit-border-radius: 0px 25px;
  -moz-border-radius: 0px 25px;
  -ms-border-radius: 0px 25px;
  -o-border-radius: 0px 25px;
  border-radius: 0px 25px;
}
.video-container .youtube .play-button, .video-container .vimeo .play-button {
  background-color: #BC6C25;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 60px;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 90px;
  z-index: 1;
}
.video-container .youtube .play-button:before, .video-container .vimeo .play-button:before {
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-container .youtube .play-button:hover, .video-container .vimeo .play-button:hover {
  background-color: #673b14;
}
.video-container .youtube img, .video-container .vimeo img {
  cursor: pointer;
}
.video-container .youtube img, .video-container .youtube iframe, .video-container .vimeo img, .video-container .vimeo iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.acf-map {
  border: none;
  height: 400px;
  margin: 0;
  width: 100%;
}
.acf-map img {
  max-width: inherit !important;
}
.img-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.img-container img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
}
/** YouTube scalable proportions */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.icon-text span, .icon-text a {
  position: relative;
  padding-left: 25px;
  display: block;
}
.icon-text span i, .icon-text a i {
  position: absolute;
  left: 0;
  line-height: inherit;
  top: 0;
}
.social-icons > ul {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.social-icons > ul li {
  margin-top: 0 !important;
}
.social-icons > ul li:not(:last-child) {
  padding-right: 16px;
}
.social-icons > ul li a i {
  font-size: 36px;
}
/** POP-UP module */
.pop-up-module {
  position: fixed;
  bottom: 15px;
  left: 0;
  opacity: 1;
  z-index: 999;
  width: calc(100% - 30px);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.pop-up-module.hidden {
  opacity: 0;
  visibility: hidden;
}
.pop-up-module.disabled {
  display: none;
}
.pop-up-module.container {
  max-width: 400px;
  background: #fff;
  border: 3px solid #F5F3F0;
}
.pop-up-module.container.left {
  left: 15px;
}
.pop-up-module.container.right {
  right: 15px;
  left: auto;
}
.pop-up-module.container .pop-up-content {
  max-height: 40vh;
}
.pop-up-module.fullscreen {
  max-width: 600px;
  left: 50%;
  bottom: 50%;
  background: #fff;
  -webkit-transform: translateY(50%) translateX(-50%);
  -moz-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  -o-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}
.pop-up-module.fullscreen .pop-up-content {
  max-height: 80vh;
}
.pop-up-module .close {
  width: 100%;
  display: block;
  background: #F5F3F0;
  text-align: right;
}
.pop-up-module .close span {
  padding: 5px;
  font-size: 20px;
  color: #BC6C25;
}
.pop-up-module .close span:hover {
  cursor: pointer;
}
.pop-up-module .pop-up-content {
  overflow-y: scroll;
  padding: 24px;
}
.pop-up-module .pop-up-content .btn-main {
  margin-top: 24px;
}
.full-screen-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 998;
  opacity: 1;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.full-screen-overlay.disabled {
  display: none;
}
.full-screen-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}
.post-password-form {
  padding: 48px 16px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.post-password-form p {
  display: block;
  text-align: center;
  width: 100%;
}
.post-password-form p:not(:first-of-type) {
  margin-top: 24px;
}
.post-password-form p input {
  margin-top: 16px;
}
.faq-toggle-item {
  padding: 16px 0;
  border-bottom: 1px solid #E6E6D0;
}
.bg-light-green .faq-toggle-item {
  border-bottom: 1px solid #5F6368;
}
.faq-toggle-item .faq-toggle-question {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
}
.faq-toggle-item .faq-toggle-question.show .icon-container {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  background: #45462A;
}
.bg-light-green .faq-toggle-item .faq-toggle-question.show .icon-container {
  background: #45462A;
}
.faq-toggle-item .faq-toggle-question.show .icon-container svg path {
  fill: #fff;
}
.faq-toggle-item .faq-toggle-question.show:hover .icon-container {
  background: #45462A;
}
.bg-light-green .faq-toggle-item .faq-toggle-question.show:hover .icon-container {
  background: #45462A;
}
.faq-toggle-item .faq-toggle-question:hover .icon-container {
  background: #d4d4af;
}
.bg-light-green .faq-toggle-item .faq-toggle-question:hover .icon-container {
  background: #c3c38d;
}
.faq-toggle-item .faq-toggle-question span {
  padding-right: 24px;
  font-weight: bold;
  color: #45462A;
  width: calc(100% - 65px);
}
.bg-dark-green .faq-toggle-item .faq-toggle-question span {
  color: #fff;
}
.faq-toggle-item .faq-toggle-question .icon-container {
  height: 50px;
  width: 65px;
  position: relative;
  border-radius: 15px 0;
  -webkit-border-radius: 15px 0;
  -moz-border-radius: 15px 0;
  -ms-border-radius: 15px 0;
  -o-border-radius: 15px 0;
  border-radius: 15px 0;
  background: #E6E6D0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bg-light-green .faq-toggle-item .faq-toggle-question .icon-container {
  background: #d4d4af;
}
.faq-toggle-item .faq-toggle-question .icon-container svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.faq-toggle-item .faq-toggle-question .icon-container svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-toggle-item .faq-toggle-answer {
  padding-top: 24px;
}
.skip-to-content {
  position: absolute;
  top: -60px;
  left: 0;
  background: #BC6C25;
  color: #fff !important;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
  transition: top 0.3s ease;
  z-index: 99999;
}
.skip-to-content:focus {
  top: 0;
}
.icon-link-repeater-element.in-container {
  padding: 24px;
  background: rgba(212, 163, 115, 0.5);
  border-radius: 0 15px;
  -webkit-border-radius: 0 15px;
  -moz-border-radius: 0 15px;
  -ms-border-radius: 0 15px;
  -o-border-radius: 0 15px;
  border-radius: 0 15px;
}
.icon-link-repeater-element .icon-link-items {
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.icon-link-repeater-element .icon-link-items:not(:first-child) {
  margin-top: 16px;
}
.icon-link-repeater-element .icon-link-items .icon-link-item:not(:first-child) {
  margin-top: 8px;
}
.icon-link-repeater-element .icon-link-items .icon-link-item a {
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 36px;
  color: #54622E;
}
.bg-dark-green .icon-link-repeater-element .icon-link-items .icon-link-item a {
  color: #fff;
}
.icon-link-repeater-element .icon-link-items .icon-link-item a:hover .icon-container {
  -webkit-transform: translateY(-50%) rotate(5deg);
  -moz-transform: translateY(-50%) rotate(5deg);
  -ms-transform: translateY(-50%) rotate(5deg);
  -o-transform: translateY(-50%) rotate(5deg);
  transform: translateY(-50%) rotate(5deg);
}
.icon-link-repeater-element .icon-link-items .icon-link-item a:hover span {
  padding-left: 48px;
}
.icon-link-repeater-element .icon-link-items .icon-link-item a .icon-container {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.bg-dark-green .icon-link-repeater-element .icon-link-items .icon-link-item a .icon-container img {
  filter: brightness(0) invert(1);
}
.icon-link-repeater-element .icon-link-items .icon-link-item a span {
  display: flex;
  padding-left: 52px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.location-repeater-element .location-items {
  width: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.location-repeater-element .location-items:not(:first-child) {
  margin-top: 16px;
}
.location-repeater-element .location-items .location-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.location-repeater-element .location-items .location-item:not(:first-child) {
  margin-top: 16px;
}
.location-repeater-element .location-items .location-item .image {
  width: 150px;
  height: 150px;
  position: relative;
}
.location-repeater-element .location-items .location-item .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.location-repeater-element .location-items .location-item .information {
  width: calc(100% - 150px);
  padding-left: 24px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.location-repeater-element .location-items .location-item .information:only-child {
  width: 100%;
}
.location-repeater-element .location-items .location-item .information > * {
  margin-top: 8px;
  display: flex;
}
.location-repeater-element .location-items .location-item .information a, .location-repeater-element .location-items .location-item .information h4, .location-repeater-element .location-items .location-item .information .faq-toggle-item .faq-toggle-question span, .faq-toggle-item .faq-toggle-question .location-repeater-element .location-items .location-item .information span, .location-repeater-element .location-items .location-item .information .single-post .post-content .connected-products .inner-container .product-item-container .content .product-title, .single-post .post-content .connected-products .inner-container .product-item-container .content .location-repeater-element .location-items .location-item .information .product-title, .location-repeater-element .location-items .location-item .information .product-item-small a .product-content h2, .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .entry-title, .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .product_title, .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .location-repeater-element .location-items .location-item .information .product-item-small a .product-content span, .product-item-small a .product-content .location-repeater-element .location-items .location-item .information h2, .location-repeater-element .location-items .location-item .information .wc-block-components-product-name, .location-repeater-element .location-items .location-item .information .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-medium.wc-block-cart .wc-block-components-sidebar .location-repeater-element .location-items .location-item .information .wc-block-cart__totals-title, .location-repeater-element .location-items .location-item .information .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .location-repeater-element .location-items .location-item .information .wc-block-cart__totals-title, .location-repeater-element .location-items .location-item .information .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .location-repeater-element .location-items .location-item .information .wc-block-cart__totals-title {
  font-weight: bold;
  color: #54622E;
}
.bg-dark-green .location-repeater-element .location-items .location-item .information a, .bg-dark-green .location-repeater-element .location-items .location-item .information h4, .bg-dark-green .location-repeater-element .location-items .location-item .information .faq-toggle-item .faq-toggle-question span, .faq-toggle-item .faq-toggle-question .bg-dark-green .location-repeater-element .location-items .location-item .information span, .bg-dark-green .location-repeater-element .location-items .location-item .information .single-post .post-content .connected-products .inner-container .product-item-container .content .product-title, .single-post .post-content .connected-products .inner-container .product-item-container .content .bg-dark-green .location-repeater-element .location-items .location-item .information .product-title, .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content h2, .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .entry-title, .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .product_title, .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .category-title, .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .bg-dark-green .location-repeater-element .location-items .location-item .information .product-item-small a .product-content span, .product-item-small a .product-content .bg-dark-green .location-repeater-element .location-items .location-item .information h2, .bg-dark-green .location-repeater-element .location-items .location-item .information .wc-block-components-product-name, .bg-dark-green .location-repeater-element .location-items .location-item .information .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-medium.wc-block-cart .wc-block-components-sidebar .bg-dark-green .location-repeater-element .location-items .location-item .information .wc-block-cart__totals-title, .bg-dark-green .location-repeater-element .location-items .location-item .information .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .bg-dark-green .location-repeater-element .location-items .location-item .information .wc-block-cart__totals-title, .bg-dark-green .location-repeater-element .location-items .location-item .information .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .bg-dark-green .location-repeater-element .location-items .location-item .information .wc-block-cart__totals-title {
  color: #fff;
}
.location-repeater-element .location-items .location-item .information a {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.location-repeater-element .location-items .location-item .information a span {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.location-repeater-element .location-items .location-item .information a:hover {
  color: #BC6C25;
}
.bg-dark-green .location-repeater-element .location-items .location-item .information a:hover {
  color: #BC6C25;
}
.location-repeater-element .location-items .location-item .information a:hover span {
  color: #BC6C25;
}
.bg-dark-green .location-repeater-element .location-items .location-item .information a:hover span {
  color: #BC6C25;
}
.location-repeater-element .location-items .location-item .information .address p {
  color: #45462A;
}
.bg-dark-green .location-repeater-element .location-items .location-item .information .address p {
  color: #fff;
}
.seperation-line {
  border-bottom: 1px solid #E6E6D0;
  display: flex;
  width: 100%;
}
.bg-light-green .seperation-line {
  border-bottom: 1px solid #5F6368;
}
.location-card {
  width: 100%;
}
.location-card a {
  text-decoration: none;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .location-card a:hover .location-image .image-holder img {
    -webkit-transform: rotate(4deg) scale(1.05);
    -moz-transform: rotate(4deg) scale(1.05);
    -ms-transform: rotate(4deg) scale(1.05);
    -o-transform: rotate(4deg) scale(1.05);
    transform: rotate(4deg) scale(1.05);
  }
  .location-card a:hover .bottom-content .title {
    color: #BC6C25;
  }
  .location-card a:hover .bottom-content .product-categories .category-label {
    color: #BC6C25 !important;
    border-color: #BC6C25 !important;
  }
  .bg-dark-green .location-card a:hover .bottom-content * {
    color: #d9853b !important;
  }
  .bg-dark-green .location-card a:hover .bottom-content .product-categories .category-label {
    border: 1px solid #d9853b !important;
  }
}
.location-card .inner-card {
  width: 100%;
}
.location-card .inner-card .location-image {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
}
.location-card .inner-card .location-image .new-badge {
  position: absolute;
  left: 16px;
  top: 24px;
  background: #BC6C25;
  color: #fff;
  font-weight: bold;
  min-width: 75px;
  text-align: center;
  font-size: 14px;
  padding: 4px 12px;
  text-transform: uppercase;
  z-index: 3;
  border-radius: 0 10px;
  -webkit-border-radius: 0 10px;
  -moz-border-radius: 0 10px;
  -ms-border-radius: 0 10px;
  -o-border-radius: 0 10px;
  border-radius: 0 10px;
}
@media only screen and (max-width: 640px) {
  .location-card .inner-card .location-image .new-badge {
    font-size: 12px;
    top: 0;
    left: 0;
  }
}
.location-card .inner-card .location-image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}
.location-card .inner-card .location-image .image-holder img {
  -webkit-transform: rotate(0) scale(1);
  -moz-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  -o-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.location-card .inner-card .bottom-content {
  margin-top: 16px;
}
.bg-dark-green .location-card .inner-card .bottom-content * {
  color: #fff !important;
}
.bg-dark-green .location-card .inner-card .bottom-content .product-categories .category-label {
  border: 1px solid #fff !important;
}
.location-card .inner-card .bottom-content .title {
  color: #54622E;
  font-weight: bold;
  text-align: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.location-card .inner-card .bottom-content .product-categories {
  margin-top: 16px;
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  column-gap: 8px;
  row-gap: 8px;
}
.location-card .inner-card .bottom-content .product-categories .category-label {
  display: flex;
  padding: 6px 16px;
  border: 1px solid #54622E;
  color: #54622E;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.apply-card {
  width: 100%;
}
.apply-card a {
  text-decoration: none;
  display: flex;
  width: 100%;
}
.apply-card a:hover .inner-card .green-circle .dummy-btn span {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 2px solid rgba(255, 255, 255, 0.8) !important;
  color: #54622E !important;
}
.apply-card a:hover .inner-card .green-circle .dummy-btn span svg path {
  fill: #54622E !important;
}
.apply-card .inner-card {
  width: 100%;
  height: 100%;
}
.apply-card .inner-card .green-circle {
  aspect-ratio: auto 1;
  background: #54622E;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 24px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 16px;
}
.apply-card .inner-card .green-circle * {
  color: #fff;
}
.apply-card .inner-card .green-circle > * {
  display: flex;
  width: 100%;
}
.apply-card .inner-card .green-circle > span {
  font-family: "Gloria Hallelujah", sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 1;
}
.apply-card .inner-card .green-circle .dummy-btn {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.apply-card .inner-card .green-circle .dummy-btn span {
  border: 2px solid #fff !important;
  color: #fff !important;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
@media only screen and (max-width: 768px) {
  .apply-card .inner-card .green-circle .dummy-btn span {
    display: none;
  }
}
.apply-card .inner-card .green-circle .dummy-btn span svg path {
  fill: #fff !important;
}
.post-card a {
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
}
.post-card a:hover .inner-card {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.post-card a:hover .inner-card .top-content .blog-image .image-holder img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.post-card a:hover .inner-card .bottom-content .title {
  color: #BC6C25;
}
.post-card a:hover .inner-card .bottom-content .bottom-row .arrow-btn {
  background: #54622E;
}
.post-card .inner-card {
  background: #fff;
  height: 100%;
  width: 100%;
  border-radius: 0 16px;
  -webkit-border-radius: 0 16px;
  -moz-border-radius: 0 16px;
  -ms-border-radius: 0 16px;
  -o-border-radius: 0 16px;
  border-radius: 0 16px;
  overflow: hidden;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.bg-white .post-card .inner-card {
  background: #F5F3F0;
}
.post-card .inner-card .top-content {
  width: 100%;
}
.post-card .inner-card .top-content .blog-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5;
}
.post-card .inner-card .top-content .blog-image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.post-card .inner-card .top-content .blog-image .image-holder img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.post-card .inner-card .bottom-content {
  padding: 24px;
  width: 100%;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.post-card .inner-card .bottom-content .title {
  color: #54622E;
  font-weight: bold;
  margin-bottom: 16px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.post-card .inner-card .bottom-content p {
  color: #45462A;
}
.post-card .inner-card .bottom-content .bottom-row {
  margin-top: 24px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.post-card .inner-card .bottom-content .bottom-row .category-label {
  display: flex;
  padding: 6px 16px;
  color: #54622E;
  background: #E6E6D0;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-right: 16px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.post-card .inner-card .bottom-content .bottom-row .category-label.category-blog {
  background: #E6E6D0;
}
.post-card .inner-card .bottom-content .bottom-row .category-label.category-actueel {
  background: #D4A373;
  color: #fff;
}
.post-card .inner-card .bottom-content .bottom-row .category-label.category-inspiratie {
  background: #45462A;
  color: #fff;
}
.post-card .inner-card .bottom-content .bottom-row .arrow-btn {
  width: 48px;
  height: 48px;
  background: #BC6C25;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.post-card .inner-card .bottom-content .bottom-row .arrow-btn svg path {
  fill: #fff;
}
.long-category-description .show-more-btn, .long-product-description-2 .show-more-btn, .long-product-description .show-more-btn, .woocommerce-location-details__short-description .show-more-btn {
  padding: 0;
  background: none !important;
  border-radius: 0;
  color: #BC6C25 !important;
  border: 0 !important;
  text-decoration: underline;
  margin-top: 24px;
  cursor: pointer;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.long-category-description .show-more-btn:hover, .long-product-description-2 .show-more-btn:hover, .long-product-description .show-more-btn:hover, .woocommerce-location-details__short-description .show-more-btn:hover {
  color: #91541d !important;
}
.long-product-description.long-category-description .show-more-btn, .woocommerce-location-details__short-description.long-category-description .show-more-btn, .long-product-description.long-product-description-2 .show-more-btn, .woocommerce-location-details__short-description.long-product-description-2 .show-more-btn, .long-product-description.long-product-description .show-more-btn, .woocommerce-location-details__short-description.long-product-description .show-more-btn, .long-product-description.woocommerce-location-details__short-description .show-more-btn, .woocommerce-location-details__short-description.woocommerce-location-details__short-description .show-more-btn {
  color: #54622E !important;
  margin-top: 16px;
}
.long-product-description.long-category-description .show-more-btn:hover, .woocommerce-location-details__short-description.long-category-description .show-more-btn:hover, .long-product-description.long-product-description-2 .show-more-btn:hover, .woocommerce-location-details__short-description.long-product-description-2 .show-more-btn:hover, .long-product-description.long-product-description .show-more-btn:hover, .woocommerce-location-details__short-description.long-product-description .show-more-btn:hover, .long-product-description.woocommerce-location-details__short-description .show-more-btn:hover, .woocommerce-location-details__short-description.woocommerce-location-details__short-description .show-more-btn:hover {
  color: #363f1e !important;
}
.long-category-description .visible-content, .long-product-description-2 .visible-content, .long-product-description .visible-content, .woocommerce-location-details__short-description .visible-content {
  position: relative;
}
.long-category-description .visible-content::after, .long-product-description-2 .visible-content::after, .long-product-description .visible-content::after, .woocommerce-location-details__short-description .visible-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #F5F3F0 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  -webkit-transition: ease 0.3s opacity;
  -moz-transition: ease 0.3s opacity;
  -ms-transition: ease 0.3s opacity;
  -o-transition: ease 0.3s opacity;
  transition: ease 0.3s opacity;
}
.long-product-description.long-category-description .visible-content::after, .woocommerce-location-details__short-description.long-category-description .visible-content::after, .long-product-description.long-product-description-2 .visible-content::after, .woocommerce-location-details__short-description.long-product-description-2 .visible-content::after, .long-product-description.long-product-description .visible-content::after, .woocommerce-location-details__short-description.long-product-description .visible-content::after, .long-product-description.woocommerce-location-details__short-description .visible-content::after, .woocommerce-location-details__short-description.woocommerce-location-details__short-description .visible-content::after {
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.long-category-description .hidden-content, .long-product-description-2 .hidden-content, .long-product-description .hidden-content, .woocommerce-location-details__short-description .hidden-content {
  margin-top: 24px;
}
.long-category-description.expanded .visible-content::after, .long-product-description-2.expanded .visible-content::after, .long-product-description.expanded .visible-content::after, .woocommerce-location-details__short-description.expanded .visible-content::after {
  opacity: 0;
}
/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
/* ===============
   Posts
   =============== */
.post-nav {
  margin-top: 24px;
  width: 100%;
}
.post-nav > a {
  width: calc(50% - 15px);
}
.post-nav > a:not(:first-of-type) {
  margin-left: 24px;
}
.post-nav > a .post-nav-content {
  border: 1px solid #E6E6D0;
}
.post-nav > a .post-nav-content .nav-prev, .post-nav > a .post-nav-content .nav-next {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.post-nav > a .post-nav-content .nav-next {
  text-align: right;
}
.post-nav > a .post-nav-content .nav-thumbnail {
  height: 75px;
  position: relative;
  width: 75px;
}
.post-nav > a .post-nav-content .nav-thumbnail .fas {
  color: #ffffff;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
.post-nav > a .post-nav-content .nav-thumbnail .thumbnail-overlay {
  background-color: #BC6C25;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.post-nav > a .post-nav-content .nav-content {
  padding: 16px;
  width: calc(100% - 75px);
}
.post-nav > a .post-nav-content:hover .fas {
  opacity: 1;
}
.post-nav > a .post-nav-content:hover .thumbnail-overlay {
  opacity: 0.7;
}
.post-nav.no-image .nav-content {
  width: 100% !important;
}
.single-locations_cpt .location-summary:last-child {
  margin-bottom: 128px;
}
.single-locations_cpt .location-summary .in-grid {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.single-locations_cpt .location-summary .in-grid .thumbnail {
  width: calc(100% / 12 * 6);
  position: relative;
  margin-bottom: -64px;
}
@media only screen and (max-width: 850px) {
  .single-locations_cpt .location-summary .in-grid .thumbnail {
    width: 100%;
    order: 2;
    margin-top: 24px;
    margin-bottom: 0;
  }
}
.single-locations_cpt .location-summary .in-grid .thumbnail .image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5;
}
.single-locations_cpt .location-summary .in-grid .thumbnail .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 24px;
  -webkit-border-radius: 0 24px;
  -moz-border-radius: 0 24px;
  -ms-border-radius: 0 24px;
  -o-border-radius: 0 24px;
  border-radius: 0 24px;
}
.single-locations_cpt .location-summary .in-grid .summary {
  width: calc(100% / 12 * 6);
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 850px) {
  .single-locations_cpt .location-summary .in-grid .summary {
    width: 100%;
    order: 1;
  }
}
.single-locations_cpt .location-summary .in-grid .summary .inner-summary {
  padding: 48px !important;
}
@media only screen and (max-width: 1200px) {
  .single-locations_cpt .location-summary .in-grid .summary .inner-summary {
    padding: 0 48px 48px 48px !important;
  }
}
@media only screen and (max-width: 850px) {
  .single-locations_cpt .location-summary .in-grid .summary .inner-summary {
    padding: 0 !important;
  }
}
.single-locations_cpt .location-summary .in-grid .summary .inner-summary > div:not(:first-child) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E6E6D0;
}
.single-locations_cpt .location-summary .in-grid .summary .inner-summary .product-categories {
  width: 100%;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  column-gap: 8px;
  row-gap: 8px;
}
.single-locations_cpt .location-summary .in-grid .summary .inner-summary .product-categories .category-label {
  display: flex;
  padding: 6px 16px;
  border: 1px solid #54622E;
  color: #54622E;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.single-locations_cpt .location-summary.rounded-bottom-bg.pd-bottom-none {
  padding-bottom: 0;
}
.single-locations_cpt .featured-products-row .in-grid-s .title-container, .single-locations_cpt .featured-products-row footer .footer-top .column.col-12 > div .title-container, footer .footer-top .single-locations_cpt .featured-products-row .column.col-12 > div .title-container, .single-locations_cpt .featured-products-row .post-password-form .title-container {
  width: 100%;
  margin-bottom: 24px;
}
.single-locations_cpt .featured-products-row .in-grid-s .products-grid, .single-locations_cpt .featured-products-row footer .footer-top .column.col-12 > div .products-grid, footer .footer-top .single-locations_cpt .featured-products-row .column.col-12 > div .products-grid, .single-locations_cpt .featured-products-row .post-password-form .products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .single-locations_cpt .featured-products-row .in-grid-s .products-grid, .single-locations_cpt .featured-products-row footer .footer-top .column.col-12 > div .products-grid, footer .footer-top .single-locations_cpt .featured-products-row .column.col-12 > div .products-grid, .single-locations_cpt .featured-products-row .post-password-form .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-locations_cpt .featured-products-row .in-grid-s .controls, .single-locations_cpt .featured-products-row footer .footer-top .column.col-12 > div .controls, footer .footer-top .single-locations_cpt .featured-products-row .column.col-12 > div .controls, .single-locations_cpt .featured-products-row .post-password-form .controls {
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-top: 0 !important;
}
.single-locations_cpt .featured-products-row .in-grid-s .controls .button, .single-locations_cpt .featured-products-row footer .footer-top .column.col-12 > div .controls .button, footer .footer-top .single-locations_cpt .featured-products-row .column.col-12 > div .controls .button, .single-locations_cpt .featured-products-row .post-password-form .controls .button {
  margin-top: 40px;
  width: fit-content;
}
@media only screen and (max-width: 540px) {
  .single-locations_cpt .featured-products-row .in-grid-s .controls .button, .single-locations_cpt .featured-products-row footer .footer-top .column.col-12 > div .controls .button, footer .footer-top .single-locations_cpt .featured-products-row .column.col-12 > div .controls .button, .single-locations_cpt .featured-products-row .post-password-form .controls .button {
    width: 100%;
    margin-top: 24px;
  }
}
.single-locations_cpt .featured-products-row .in-grid-s .controls .button a, .single-locations_cpt .featured-products-row footer .footer-top .column.col-12 > div .controls .button a, footer .footer-top .single-locations_cpt .featured-products-row .column.col-12 > div .controls .button a, .single-locations_cpt .featured-products-row .post-password-form .controls .button a {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.single-post {
  width: 100%;
}
.single-post .site-main {
  padding: 64px 0;
}
.single-post .post-hero {
  width: 100%;
}
.single-post .post-hero .inner-hero {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  background: #54622E;
  border-radius: 0px 50px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .single-post .post-hero .inner-hero {
    border-radius: 0px 24px;
  }
}
.single-post .post-hero .inner-hero * {
  color: #fff;
}
.single-post .post-hero .inner-hero a {
  font-weight: bold;
}
.single-post .post-hero .inner-hero .content-col {
  width: calc(100% / 12 * 6);
  padding: 48px 64px 48px 48px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.single-post .post-hero .inner-hero .content-col .entry-title {
  color: #fff !important;
  font-weight: bold;
}
.single-post .post-hero .inner-hero .content-col:only-child {
  width: calc(100% / 12 * 9);
}
@media only screen and (max-width: 991px) {
  .single-post .post-hero .inner-hero .content-col {
    width: 100%;
    padding: 24px 48px 48px 48px;
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  .single-post .post-hero .inner-hero .content-col {
    width: 100%;
    padding: 0 24px 24px 24px;
  }
}
.single-post .post-hero .inner-hero .content-col .post-meta {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
@media only screen and (max-width: 991px) {
  .single-post .post-hero .inner-hero .content-col .post-meta {
    margin-top: 24px;
  }
}
.single-post .post-hero .inner-hero .content-col .post-meta .category-tag span {
  display: flex;
  padding: 6px 16px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.single-post .post-hero .inner-hero .content-col .post-meta .date-author-meta > div:not(:first-child):before {
  content: "/";
  margin-left: 5px;
}
.single-post .post-hero .inner-hero .image-col {
  width: calc(100% / 12 * 6);
  position: relative;
  aspect-ratio: auto 1.7777777778;
}
@media only screen and (max-width: 991px) {
  .single-post .post-hero .inner-hero .image-col {
    width: 100%;
    order: 1;
  }
}
.single-post .post-hero .inner-hero .image-col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: #54622E;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M100,0 Q30,50 100,100 L0,100 L0,0 Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .single-post .post-hero .inner-hero .image-col::before {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 30px;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 Q50,50 100,0 L100,100 L0,100 Z' fill='black'/%3E%3C/svg%3E");
  }
}
.single-post .post-hero .inner-hero .image-col .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.single-post .post-content {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  padding: 48px 0;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .single-post .post-content {
    padding: 24px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}
.single-post .post-content .content-col {
  width: calc(100% / 12 * 8);
  padding: 48px;
}
@media only screen and (max-width: 991px) {
  .single-post .post-content .content-col {
    padding: 24px 0;
    width: 100%;
  }
}
.single-post .post-content .connected-products {
  width: calc(100% / 12 * 4);
}
@media only screen and (max-width: 991px) {
  .single-post .post-content .connected-products {
    width: 100%;
  }
}
.single-post .post-content .connected-products .inner-container {
  padding: 24px;
  background: #fff;
  border-radius: 0 25px;
}
.single-post .post-content .connected-products .inner-container .connected-products-title {
  display: flex;
  width: 100%;
  padding: 16px 0 24px 0;
  color: #54622E;
  margin-bottom: 24px;
  border-bottom: 1px solid #E6E6D0;
}
.single-post .post-content .connected-products .inner-container .product-item-container {
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.single-post .post-content .connected-products .inner-container .product-item-container:not(:first-child) {
  margin-top: 24px;
}
.single-post .post-content .connected-products .inner-container .product-item-container img {
  width: 75px;
  height: 75px;
  border-radius: 0 16px;
  -webkit-border-radius: 0 16px;
  -moz-border-radius: 0 16px;
  -ms-border-radius: 0 16px;
  -o-border-radius: 0 16px;
  border-radius: 0 16px;
}
.single-post .post-content .connected-products .inner-container .product-item-container .content {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 75px);
  padding-left: 24px;
}
.single-post .post-content .connected-products .inner-container .product-item-container .content .product-title {
  font-weight: bold;
  color: #45462A;
}
.single-post .post-content .connected-products .inner-container .product-item-container .content .product-title:not(:only-child) {
  margin-bottom: 8px;
}
.single-post .post-content .connected-products .inner-container .product-item-container .content a {
  color: #45462A;
}
.single-post .post-content .connected-products .inner-container .shop-usps {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E6E6D0;
}
.single-post .post-content .connected-products .inner-container .shop-usps .usp-item {
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.single-post .post-content .connected-products .inner-container .shop-usps .usp-item:not(:first-child) {
  margin-top: 8px;
}
.single-post .post-content .connected-products .inner-container .shop-usps .usp-item .usp-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-post .post-content .connected-products .inner-container .shop-usps .usp-item .usp-icon .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.single-post .post-content .connected-products .inner-container .shop-usps .usp-item .usp-icon .icon-holder img {
  filter: brightness(0) saturate(100%) invert(38%) sepia(17%) saturate(1247%) hue-rotate(33deg) brightness(89%) contrast(90%);
}
.single-post .post-content .connected-products .inner-container .shop-usps .usp-item p {
  padding-left: calc(24px + 16px);
  font-size: 14px;
  color: #54622E;
  margin: 5px 0;
}
/*--------------------------------------------------------------
# Queries & Archives
--------------------------------------------------------------*/
.blog .site-main {
  padding: 64px 0;
}
.filter-bar {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 24px;
}
.filter-bar > div {
  margin: 16px 0;
}
.filter-bar .search-filter-component-combobox {
  padding: 16px 24px;
  border-color: #E6E6D0;
}
@media only screen and (max-width: 991px) {
  .filter-bar .search-filter-component-combobox {
    display: none;
  }
}
.filter-bar .search-filter-component-combobox .search-filter-component-combobox__actions-input, .filter-bar .search-filter-component-combobox .search-filter-component-combobox__selection {
  padding: 0 !important;
  text-transform: uppercase;
  color: #45462A !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.filter-bar .search-filter-component-combobox .search-filter-component-combobox__actions-input::placeholder, .filter-bar .search-filter-component-combobox .search-filter-component-combobox__selection::placeholder {
  font-size: 14px;
  color: #45462A !important;
  line-height: 1;
}
.filter-bar .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle:before {
  display: none;
}
.filter-bar .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle {
  flex: 0;
}
@media only screen and (max-width: 991px) {
  .filter-bar .search-filter-field--input-type-radio.horizontal-buttons .search-filter-input-group {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-right: 10px;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch !important;
  }
  .filter-bar .search-filter-field--input-type-radio.horizontal-buttons .search-filter-input-group::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #E6E6D0;
    border-radius: 5px;
  }
  .filter-bar .search-filter-field--input-type-radio.horizontal-buttons .search-filter-input-group::-webkit-scrollbar {
    width: 10px;
    height: 4px;
    background-color: #E6E6D0;
    cursor: pointer;
  }
  .filter-bar .search-filter-field--input-type-radio.horizontal-buttons .search-filter-input-group::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #54622E;
  }
}
.filter-bar .search-filter-field--input-type-radio.horizontal-buttons .search-filter-input-group {
  gap: 16px;
  margin-top: 0;
}
.filter-bar .search-filter-field--input-type-radio.horizontal-buttons .search-filter-input-group .search-filter-input-radio .search-filter-input-radio__container svg, .filter-bar .search-filter-field--input-type-radio.horizontal-buttons .search-filter-input-group .search-filter-input-radio .search-filter-input-radio__container .search-filter-input-radio__control {
  display: none !important;
}
.filter-bar .search-filter-field--input-type-radio.horizontal-buttons .search-filter-input-group .search-filter-input-radio .search-filter-input-radio__container .search-filter-input-radio__label {
  padding: 16px 40px;
  background: #E6E6D0;
  border: 1px solid #E6E6D0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.filter-bar .search-filter-field--input-type-radio.horizontal-buttons .search-filter-input-group .search-filter-input-radio .search-filter-input-radio__container .search-filter-input-radio__label:hover {
  background: #54622E;
  border: 1px solid #54622E;
  color: #fff !important;
}
.filter-bar .search-filter-field--input-type-radio.horizontal-buttons .search-filter-input-group .search-filter-input-radio.search-filter-input-radio--is-active .search-filter-input-radio__container .search-filter-input-radio__label {
  background: transparent;
  border: 1px solid #54622E;
}
.filter-bar .search-filter-field--input-type-radio.horizontal-buttons .search-filter-input-group .search-filter-input-radio.search-filter-input-radio--is-active .search-filter-input-radio__container .search-filter-input-radio__label:hover {
  background: #54622E;
  border: 1px solid #54622E;
  color: #fff !important;
}
.post-overview {
  width: 100%;
}
.query-container, .post-overview-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .query-container, .post-overview-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .query-container, .post-overview-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.navigation {
  width: 100%;
  margin-top: 48px;
}
.navigation .nav-links {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
  width: 100%;
}
.navigation .nav-links span, .navigation .nav-links a {
  height: 60px;
  width: 60px;
  border: 2px solid #45462A;
  color: #45462A;
  text-decoration: none;
  display: flex;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.navigation .nav-links span.next, .navigation .nav-links span.prev, .navigation .nav-links a.next, .navigation .nav-links a.prev {
  font-size: 0;
  position: relative;
}
.navigation .nav-links span.next:before, .navigation .nav-links span.prev:before, .navigation .nav-links a.next:before, .navigation .nav-links a.prev:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.navigation .nav-links span.prev:before, .navigation .nav-links a.prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.22793 9.33999L19.1719 9.33999L19.1719 10.66L3.22793 10.66L10.8737 18.3058L9.93188 19.24L0.691876 9.99999L9.93188 0.75999L10.8737 1.69422L3.22793 9.33999Z' fill='%2345462A'/%3E%3C/svg%3E");
}
.navigation .nav-links span.next:before, .navigation .nav-links a.next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6354 10.66H0.691406V9.34001H16.6354L8.98959 1.69424L9.93141 0.76001L19.1714 10L9.93141 19.24L8.98959 18.3058L16.6354 10.66Z' fill='%2345462A'/%3E%3C/svg%3E");
}
.navigation .nav-links a:hover {
  background: #45462A;
  color: #fff;
}
.navigation .nav-links a:hover.prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.22793 9.33999L19.1719 9.33999L19.1719 10.66L3.22793 10.66L10.8737 18.3058L9.93188 19.24L0.691876 9.99999L9.93188 0.75999L10.8737 1.69422L3.22793 9.33999Z' fill='%23fff'/%3E%3C/svg%3E");
}
.navigation .nav-links a:hover.next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6354 10.66H0.691406V9.34001H16.6354L8.98959 1.69424L9.93141 0.76001L19.1714 10L9.93141 19.24L8.98959 18.3058L16.6354 10.66Z' fill='%23fff'/%3E%3C/svg%3E");
}
.navigation .nav-links span {
  background: #45462A;
  color: #fff;
}
.archive article {
  margin-bottom: 24px;
}
.archive article:first-of-type {
  margin-top: 16px;
}
.archive article h1 {
  font-size: 21px;
  margin-bottom: 0;
}
.archive article .entry-content {
  border-bottom: 1px solid #E6E6D0;
  padding-bottom: 16px;
}
.archive article .entry-content p {
  margin-bottom: 0;
}
.search-results .search-header {
  width: 100%;
}
.search-results .search-header:last-child {
  margin-bottom: 24px;
}
.search-results .search-header .inner-header {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  background: #BC6C25;
  border-radius: 0px 50px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .search-results .search-header .inner-header {
    border-radius: 0px 24px;
  }
}
.search-results .search-header .inner-header * {
  color: #fff;
}
.search-results .search-header .inner-header a {
  font-weight: bold;
}
.search-results .search-header .inner-header .category-info, .search-results .search-header .inner-header .tag-info {
  width: calc(100% / 12 * 6);
  padding: 48px 64px 48px 48px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.search-results .search-header .inner-header .category-info:only-child, .search-results .search-header .inner-header .tag-info:only-child {
  width: calc(100% / 12 * 9);
}
@media only screen and (max-width: 991px) {
  .search-results .search-header .inner-header .category-info, .search-results .search-header .inner-header .tag-info {
    width: 100%;
    padding: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .search-results .search-header .inner-header .category-info, .search-results .search-header .inner-header .tag-info {
    width: 100%;
    padding: 24px;
  }
}
.search-results .search-header .inner-header .category-info h1.page-title, .search-results .search-header .inner-header .tag-info h1.page-title {
  font-weight: bold;
  margin-bottom: 0;
}
.search-results .search-header .inner-header .category-info h1.page-title span, .search-results .search-header .inner-header .tag-info h1.page-title span {
  font-weight: 400;
}
.search-results .search-results-container {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .search-results .search-results-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.search-results .search-filter-pagination {
  margin-top: 48px;
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.search-results .search-filter-pagination button {
  text-decoration: none;
  padding: 16px 24px !important;
  line-height: 1.2;
  background: #BC6C25 !important;
  border: 2px solid #BC6C25 !important;
  color: #fff !important;
  text-align: center;
  border-radius: 0px 15px !important;
  font-weight: bold;
  -webkit-transition: ease 0.3s all !important;
  -moz-transition: ease 0.3s all !important;
  -ms-transition: ease 0.3s all !important;
  -o-transition: ease 0.3s all !important;
  transition: ease 0.3s all !important;
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  -ms-align-items: center !important;
  -o-align-items: center !important;
  align-items: center !important;
}
.search-results .search-filter-pagination button.search-filter-input-button--hidden {
  display: none !important;
}
.search-results .search-filter-pagination button svg, .search-results .search-filter-pagination button > div {
  width: 16px;
  height: 16px;
  margin-left: 16px;
  margin-right: 24px;
  order: 2;
}
.search-results .search-filter-pagination button svg path, .search-results .search-filter-pagination button > div path {
  -webkit-transition: ease 0.3s all !important;
  -moz-transition: ease 0.3s all !important;
  -ms-transition: ease 0.3s all !important;
  -o-transition: ease 0.3s all !important;
  transition: ease 0.3s all !important;
  fill: #fff;
}
.search-results .search-filter-pagination button:hover {
  background: #91541d !important;
  border: 2px solid #91541d !important;
}
.post-type-archive-locations_cpt .location-archive-header {
  width: 100%;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .post-type-archive-locations_cpt .location-archive-header {
    padding-bottom: 88px;
  }
}
.post-type-archive-locations_cpt .location-archive-header:last-child {
  margin-bottom: 24px;
}
.post-type-archive-locations_cpt .location-archive-header .header-bottom-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
}
.post-type-archive-locations_cpt .location-archive-header .header-bottom-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 991px) {
  .post-type-archive-locations_cpt .location-archive-header .header-bottom-svg {
    height: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .post-type-archive-locations_cpt .location-archive-header .header-bottom-svg {
    height: 20px;
  }
}
.post-type-archive-locations_cpt .location-archive-header .in-grid > div, .post-type-archive-locations_cpt .location-archive-header .in-grid > h1 {
  width: 100%;
}
.post-type-archive-locations_cpt .locations-grid-wrapper .locations-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin-top: -64px;
}
@media only screen and (max-width: 1200px) {
  .post-type-archive-locations_cpt .locations-grid-wrapper .locations-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .post-type-archive-locations_cpt .locations-grid-wrapper .locations-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: -48px;
  }
}
.post-type-archive-locations_cpt .locations-grid-wrapper .search-filter-pagination {
  margin-top: 48px;
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.post-type-archive-locations_cpt .locations-grid-wrapper .search-filter-pagination button {
  text-decoration: none;
  padding: 16px 24px !important;
  line-height: 1.2;
  background: #BC6C25 !important;
  border: 2px solid #BC6C25 !important;
  color: #fff !important;
  text-align: center;
  border-radius: 0px 15px !important;
  font-weight: bold;
  -webkit-transition: ease 0.3s all !important;
  -moz-transition: ease 0.3s all !important;
  -ms-transition: ease 0.3s all !important;
  -o-transition: ease 0.3s all !important;
  transition: ease 0.3s all !important;
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  -ms-align-items: center !important;
  -o-align-items: center !important;
  align-items: center !important;
}
.post-type-archive-locations_cpt .locations-grid-wrapper .search-filter-pagination button.search-filter-input-button--hidden {
  display: none !important;
}
.post-type-archive-locations_cpt .locations-grid-wrapper .search-filter-pagination button svg, .post-type-archive-locations_cpt .locations-grid-wrapper .search-filter-pagination button > div {
  width: 16px;
  height: 16px;
  margin-left: 16px;
  margin-right: 24px;
  order: 2;
}
.post-type-archive-locations_cpt .locations-grid-wrapper .search-filter-pagination button svg path, .post-type-archive-locations_cpt .locations-grid-wrapper .search-filter-pagination button > div path {
  -webkit-transition: ease 0.3s all !important;
  -moz-transition: ease 0.3s all !important;
  -ms-transition: ease 0.3s all !important;
  -o-transition: ease 0.3s all !important;
  transition: ease 0.3s all !important;
  fill: #fff;
}
.post-type-archive-locations_cpt .locations-grid-wrapper .search-filter-pagination button:hover {
  background: #91541d !important;
  border: 2px solid #91541d !important;
}
/*--------------------------------------------------------------
# Slick Sliders
--------------------------------------------------------------*/
/**
	CC SWIPER STYLING
*/
.cc-slider {
  position: relative;
  overflow: hidden;
}
.cc-slider.product-slider, .cc-slider.locations-slider {
  padding-left: calc(((100% - 1412px) / 2) + 16px) !important;
  padding-right: calc(((100% - 1412px) / 2) + 16px) !important;
}
@media only screen and (max-width: 1400px) {
  .cc-slider.product-slider, .cc-slider.locations-slider {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.cc-slider.product-slider .swiper-wrapper .swiper-slide, .cc-slider.locations-slider .swiper-wrapper .swiper-slide {
  height: auto;
  opacity: 0.9;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider.product-slider .swiper-wrapper .swiper-slide > div, .cc-slider.locations-slider .swiper-wrapper .swiper-slide > div {
  width: 100%;
  height: auto;
}
.cc-slider.product-slider .swiper-wrapper .swiper-slide.active-in-view, .cc-slider.locations-slider .swiper-wrapper .swiper-slide.active-in-view {
  opacity: 1;
}
.cc-slider.product-thumbs-swiper {
  position: relative;
  order: 2;
  width: 100%;
}
.cc-slider.product-thumbs-swiper .swiper-wrapper {
  position: relative;
  z-index: 2;
}
.cc-slider.product-thumbs-swiper .swiper-wrapper .swiper-slide {
  height: 75px;
  width: 75px;
  border: 0px solid #54622E;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider.product-thumbs-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #54622E;
}
.cc-slider.product-thumbs-swiper .swiper-wrapper .swiper-slide:hover {
  cursor: pointer;
}
.cc-slider.main-product-swiper {
  order: 1;
  width: 100%;
  position: relative;
}
.cc-slider.main-product-swiper .swiper-wrapper {
  position: relative;
  z-index: 2;
}
.cc-slider.main-product-swiper .swiper-wrapper .swiper-slide {
  aspect-ratio: 1;
  width: 100%;
}
.cc-slider.main-product-swiper .controls {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: calc(120px + 16px);
}
.cc-slider.main-product-swiper .controls .arrows {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.cc-slider.main-product-swiper .controls .swiper-button-prev, .cc-slider.main-product-swiper .controls .swiper-button-next {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider.main-product-swiper .controls .swiper-button-prev svg path, .cc-slider.main-product-swiper .controls .swiper-button-next svg path {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  fill: #fff;
}
.cc-slider.main-product-swiper .controls .swiper-button-prev.swiper-button-disabled, .cc-slider.main-product-swiper .controls .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.cc-slider.main-product-swiper .controls .swiper-button-prev:hover, .cc-slider.main-product-swiper .controls .swiper-button-next:hover {
  background: #fff;
  cursor: pointer;
}
.cc-slider.main-product-swiper .controls .swiper-button-prev:hover svg path, .cc-slider.main-product-swiper .controls .swiper-button-next:hover svg path {
  fill: #54622E;
}
.cc-slider.product-thumbs-swiper, .cc-slider.main-product-swiper {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .cc-slider.product-thumbs-swiper, .cc-slider.main-product-swiper {
    padding: 0;
  }
}
.cc-slider.product-thumbs-swiper .swiper-wrapper .swiper-slide, .cc-slider.main-product-swiper .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #E6E6D0;
  border-radius: 0px 15px;
  overflow: hidden;
}
.cc-slider.product-thumbs-swiper .swiper-wrapper .swiper-slide img, .cc-slider.main-product-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.cc-slider .slider-controls {
  width: 100%;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.cc-slider .slider-controls .swiper-button:not(:last-of-type) {
  margin-right: 16px;
}
.cc-slider .slider-controls .swiper-button i {
  font-size: 30px;
  color: #000;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-slider .slider-controls .swiper-button:hover {
  cursor: pointer;
}
.cc-slider .slider-controls .swiper-button:hover i {
  color: #BC6C25;
}
.cc-slider .swiper-pagination.swiper-pagination-progressbar {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  position: relative !important;
  left: 0 !important;
  bottom: 0 !important;
}
.cc-slider .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: left;
  background: #BC6C25;
  height: 5px;
  width: 100%;
}
.cc-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background: #E6E6D0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  cursor: pointer;
}
.cc-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #BC6C25;
}
.cc-slider .autoplay-progress-timer {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #BC6C25;
}
.cc-slider .autoplay-progress-timer svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #BC6C25;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.swiper-button-prev, .swiper-button-next {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 2px solid #54622E;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.bg-dark-green .swiper-button-prev, .bg-dark-green .swiper-button-next {
  border-color: #fff !important;
}
.bg-dark-green .swiper-button-prev svg path, .bg-dark-green .swiper-button-next svg path {
  fill: #fff !important;
}
.swiper-button-prev svg path, .swiper-button-next svg path {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: #54622E;
  cursor: pointer;
}
.swiper-button-prev:hover svg path, .swiper-button-next:hover svg path {
  fill: #fff;
}
.bg-dark-green .swiper-button-prev:hover, .bg-dark-green .swiper-button-next:hover {
  background: #fff !important;
}
.bg-dark-green .swiper-button-prev:hover svg path, .bg-dark-green .swiper-button-next:hover svg path {
  fill: #54622E !important;
}
/**
	DEFAULT SWIPER STYLING
*/
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #BC6C25;
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/*--------------------------------------------------------------
# Fancybox
--------------------------------------------------------------*/
/* ===============
   Fancybox
   =============== */
/** Fancybox */
.fancybox-container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  /* Navigation arrows */
  /* Buttons */
}
.fancybox-container .fancybox-bg {
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fancybox-is-open.fancybox-container .fancybox-bg {
  opacity: 0.7;
}
.fancybox-container .fancybox-outer, .fancybox-container .fancybox-inner, .fancybox-container .fancybox-bg, .fancybox-container .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-container .fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-container .fancybox-infobar, .fancybox-container .fancybox-toolbar, .fancybox-container .fancybox-caption, .fancybox-container .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
  -ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: hidden;
  z-index: 99997;
}
@media only screen and (max-width: 768px) {
  .fancybox-container .fancybox-infobar, .fancybox-container .fancybox-toolbar, .fancybox-container .fancybox-caption, .fancybox-container .fancybox-navigation .fancybox-button {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.fancybox-container.fancybox-show-infobar .fancybox-infobar, .fancybox-container.fancybox-show-toolbar .fancybox-toolbar, .fancybox-container.fancybox-show-caption .fancybox-caption, .fancybox-container.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
  -ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: visible;
}
.fancybox-container .fancybox-infobar {
  color: #fff;
  font-size: 18px;
  height: 44px;
  left: 0;
  padding: 0 10px;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 44px;
}
.fancybox-container .fancybox-toolbar {
  right: 0;
  top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.fancybox-container .fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 60px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
.fancybox-container .fancybox-navigation .fancybox-button > div {
  padding: 5px;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 0;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 0;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover {
  background-color: transparent;
  color: #fff;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover > div, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover > div {
  background-color: #F5F3F0;
}
.fancybox-container .fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-container .fancybox-stage {
  overflow: hidden;
}
.fancybox-container .fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-is-sliding.fancybox-container .fancybox-slide {
  display: block;
}
.fancybox-container .fancybox-slide .fancybox-content {
  display: block;
  margin: 0;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  /* Fix iOS */
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-image, .fancybox-container .fancybox-slide .fancybox-content .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-spaceball {
  z-index: 1;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-video, .fancybox-container .fancybox-slide .fancybox-content .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-container .fancybox-slide.fancybox-slide--previous, .fancybox-container .fancybox-slide.fancybox-slide--current, .fancybox-container .fancybox-slide.fancybox-slide--next {
  display: block;
}
.fancybox-container .fancybox-slide.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-container .fancybox-slide.fancybox-slide--image:before {
  display: none;
}
@media only screen and (max-width: 600px) {
  .fancybox-container .fancybox-slide.fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-container .fancybox-slide.fancybox-slide--html {
  padding: 6px;
}
.fancybox-container .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #F5F3F0;
  cursor: pointer;
  display: block;
  height: 44px;
  margin: 0;
  padding: 10px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  width: 44px;
  /* Fix IE11 */
}
.fancybox-container .fancybox-button:visited, .fancybox-container .fancybox-button:link {
  color: #5F6368;
}
.fancybox-container .fancybox-button:hover {
  background-color: #F5F3F0;
  color: #fff;
}
.fancybox-container .fancybox-button:focus {
  outline: none;
}
.fancybox-container .fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-container .fancybox-button:disabled, .fancybox-container .fancybox-button:disabled:hover {
  background-color: rgba(30, 30, 30, 0.3) !important;
  color: #888 !important;
  cursor: default;
  outline: none;
}
.fancybox-container .fancybox-button:disabled > div, .fancybox-container .fancybox-button:disabled:hover > div {
  background-color: transparent !important;
}
.fancybox-container .fancybox-button div {
  height: 100%;
}
.fancybox-container .fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}
.fancybox-container .fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-container .fancybox-button.fancybox-button--play svg:nth-child(2), .fancybox-container .fancybox-button.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-container .fancybox-button.fancybox-button--pause svg:nth-child(1), .fancybox-container .fancybox-button.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  background: #000;
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.fancybox-progress {
  background: #F5F3F0;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  z-index: 99998;
}
/**
 * Close button on the top right corner of html content
 */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #5F6368;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .fancybox-close-small {
    right: -6px;
  }
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Caption */
/**
 * Loading indicator
 */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 *Transition effects
 */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
  -ms-transform: scale3d(1.5, 1.5, 1.5);
  -o-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: 1, 1, 1;
  -moz-transform: 1, 1, 1;
  -ms-transform: 1, 1, 1;
  -o-transform: 1, 1, 1;
  transform: 1, 1, 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -ms-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -o-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -ms-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -o-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/
/**
 * WooCommerce Variables
 */
.select2-container .select2-selection--single {
  height: auto;
  border-color: #E6E6D0;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8px 16px;
}
.select2-dropdown {
  border-color: #E6E6D0;
}
.select2-search--dropdown {
  padding: 8px 16px;
}
.select2-results__option {
  padding: 8px 16px;
}
.product-item {
  background: #fff;
  padding: 24px;
  border-radius: 0px 15px;
  text-align: left !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .product-item {
    padding: 16px;
  }
}
.bg-white .product-item {
  background: #F5F3F0;
}
.product-item > * {
  width: 100%;
}
.product-item a {
  text-decoration: none;
  color: #54622E;
}
.product-item a > div {
  width: 100%;
}
.product-item a .product-thumbnail {
  position: relative;
  aspect-ratio: auto 1;
}
.product-item a .product-thumbnail .onsale {
  position: absolute;
  left: -8px;
  top: -8px;
  background: #54622E;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 12px;
  text-transform: uppercase;
  border-radius: 0 10px;
  -webkit-border-radius: 0 10px;
  -moz-border-radius: 0 10px;
  -ms-border-radius: 0 10px;
  -o-border-radius: 0 10px;
  border-radius: 0 10px;
}
@media only screen and (max-width: 640px) {
  .product-item a .product-thumbnail .onsale {
    font-size: 12px;
  }
}
.product-item a .product-thumbnail .onsale.nieuw-badge {
  background: #BC6C25;
}
.product-item a .product-thumbnail .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.product-item a .product-thumbnail .image-holder img {
  border-radius: 0px 15px;
}
.product-item a .product-content {
  font-size: 18px;
}
.product-item a .product-content:not(:first-child) {
  margin-top: 24px;
}
.product-item a .product-content h2, .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .product-item a .product-content .entry-title, .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .product-item a .product-content .product_title, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .product-item a .product-content span {
  font-weight: bold;
}
.product-item a .product-content h2:not(:only-child), .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title:not(:only-child), .single-post .post-hero .inner-hero .content-col .product-item a .product-content .entry-title:not(:only-child), .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title:not(:only-child), .single-product .product-summary .in-grid .summary .inner-summary .product-item a .product-content .product_title:not(:only-child), .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title:not(:only-child), .woocommerce.tax-product_cat .category-header .inner-header .category-info .product-item a .product-content .category-title:not(:only-child), .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title:not(:only-child), .woocommerce.tax-product_cat .category-header .inner-header .tag-info .product-item a .product-content .category-title:not(:only-child), .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title:not(:only-child), .woocommerce.tax-product_cat .tag-header .inner-header .category-info .product-item a .product-content .category-title:not(:only-child), .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title:not(:only-child), .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .product-item a .product-content .category-title:not(:only-child), .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title:not(:only-child), .woocommerce.tax-product_tag .category-header .inner-header .category-info .product-item a .product-content .category-title:not(:only-child), .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title:not(:only-child), .woocommerce.tax-product_tag .category-header .inner-header .tag-info .product-item a .product-content .category-title:not(:only-child), .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title:not(:only-child), .woocommerce.tax-product_tag .tag-header .inner-header .category-info .product-item a .product-content .category-title:not(:only-child), .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title:not(:only-child), .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .product-item a .product-content .category-title:not(:only-child) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .product-item a .product-content h2, .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .product-item a .product-content .entry-title, .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .product-item a .product-content .product_title, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .product-item a .product-content .category-title, .product-item a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .product-item a .product-content span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .product-item a .product-content p {
    display: none;
  }
}
.product-item a .product-content * {
  color: #54622E;
}
.product-item .product-actions {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .product-item .product-actions {
    margin-top: 16px;
  }
}
.product-item .product-actions .product-content-bottom span {
  color: #BC6C25 !important;
}
.product-item .product-actions .product-content-bottom span * {
  color: #BC6C25 !important;
}
.product-item .product-actions .product-content-bottom span.price {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 640px) {
  .product-item .product-actions .product-content-bottom span.price {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
  }
}
.product-item .product-actions .product-content-bottom span.price del {
  margin-right: 10px;
  opacity: 0.5;
}
@media only screen and (max-width: 640px) {
  .product-item .product-actions .product-content-bottom span.price del {
    font-size: 12px;
  }
}
.product-item .product-actions .product-content-bottom span.price ins {
  background: transparent !important;
}
.product-item .product-actions .product-content-bottom span .woocommerce-Price-currencySymbol {
  display: none;
}
.product-item .product-actions .product-content-bottom span .woocommerce-Price-amount bdi {
  display: flex;
  text-align: left;
  margin-left: -0.3em;
}
.product-item .product-actions .added_to_cart {
  display: none !important;
}
.product-item-small {
  border: 1px solid #E6E6D0;
  padding: 16px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.product-item-small > * {
  width: 100%;
}
.product-item-small a {
  text-decoration: none;
}
.product-item-small a > div {
  width: 100%;
}
.product-item-small a .product-thumbnail {
  position: relative;
  aspect-ratio: auto 1.5;
  width: 100px;
}
.product-item-small a .product-content {
  width: calc(100% - 100px);
  padding-left: 16px;
}
.product-item-small .product-actions {
  margin-top: 16px;
  justify-content: center;
}
.cc-base-popup {
  display: none;
  padding: 16px;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cc-base-popup .pop-up-bg {
  background: rgba(95, 99, 104, 0.95);
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-base-popup .pop-up-container {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  max-width: 700px;
  max-height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-base-popup .pop-up-container .inner-pop-up-container {
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  position: relative;
  max-height: 90vh;
  overflow-y: scroll;
}
.cc-base-popup .pop-up-container .inner-pop-up-container > div {
  padding: 24px;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top {
  background: #333333;
  text-align: center;
  position: relative;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  display: -webkit-inline-flex;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup i {
  font-size: 20px;
  color: #BC6C25;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover {
  cursor: pointer;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover i {
  color: #fff;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: -15px -15px 0 -15px;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container > div {
  margin: 15px 15px 0 15px;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span {
  position: relative;
  color: #BC6C25;
  text-decoration: none;
  font-family: "Gloria Hallelujah", sans-serif;
  font-weight: 600;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  text-align: center;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #BC6C25;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover {
  text-decoration: none;
  cursor: pointer;
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cc-base-popup .pop-up-container .inner-pop-up-container .pop-up-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.cc-base-popup .pop-up-loader .loader-holder {
  width: 80px;
  height: 80px;
  position: relative;
}
.cc-base-popup .pop-up-loader .loader-holder img {
  display: block;
  animation: logo-o-loader 1.2s infinite;
}
.cc-add-to-cart-popup {
  display: none;
  padding: 16px;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cc-add-to-cart-popup .pop-up-bg {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-add-to-cart-popup .pop-up-container {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  max-width: 500px;
  max-height: 80vh;
  width: 100%;
  z-index: 2;
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container {
  background: #000;
  border: 1px solid #5F6368;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  position: relative;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container > div {
  padding: 24px;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top {
  background: #333333;
  text-align: center;
  position: relative;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  display: -webkit-inline-flex;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup i {
  font-size: 20px;
  color: #BC6C25;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover {
  cursor: pointer;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-top .close-popup:hover i {
  color: #fff;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: -15px -15px 0 -15px;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container > div {
  margin: 15px 15px 0 15px;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span {
  position: relative;
  color: #BC6C25;
  text-decoration: none;
  font-family: "Gloria Hallelujah", sans-serif;
  font-weight: 600;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  text-align: center;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #BC6C25;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover {
  text-decoration: none;
  cursor: pointer;
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-bottom .btns-container .cc-close-btn span:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cc-add-to-cart-popup .pop-up-container .inner-pop-up-container .pop-up-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.cc-add-to-cart-popup .pop-up-loader .loader-holder {
  width: 80px;
  height: 80px;
  position: relative;
}
.cc-add-to-cart-popup .pop-up-loader .loader-holder img {
  display: block;
  animation: logo-o-loader 1.2s infinite;
}
.woocommerce-form-row {
  margin-bottom: 16px;
}
.ccwc-add-to-cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 0 24px;
}
.ccwc-add-to-cart-modal .modal-content {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  text-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.ccwc-add-to-cart-modal .modal-content p {
  margin-bottom: 16px;
  padding-bottom: 16px;
  order: 1;
  font-weight: bold;
  color: #54622E;
  font-size: 21px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #F5F3F0;
}
.ccwc-add-to-cart-modal .modal-content a.go-to-cart {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  order: 2;
  width: 100%;
  text-align: center;
}
.ccwc-add-to-cart-modal .modal-content .continue-shopping {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  order: 3;
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
.cart-button, .account-button {
  display: flex;
  height: 100%;
}
.ct-add-to-cart-wrapper {
  display: inline-block;
}
.ct-add-to-cart-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #E6E6D0;
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transform-origin: right center;
  -webkit-transition: width 0.4s cubic-bezier(0.2, 0, 0.1, 1), border-radius 0.2s cubic-bezier(0.2, 0, 0.1, 1), background 0.4s cubic-bezier(0.2, 0, 0.1, 1), padding 0.4s cubic-bezier(0.2, 0, 0.1, 1);
  -moz-transition: width 0.4s cubic-bezier(0.2, 0, 0.1, 1), border-radius 0.2s cubic-bezier(0.2, 0, 0.1, 1), background 0.4s cubic-bezier(0.2, 0, 0.1, 1), padding 0.4s cubic-bezier(0.2, 0, 0.1, 1);
  -ms-transition: width 0.4s cubic-bezier(0.2, 0, 0.1, 1), border-radius 0.2s cubic-bezier(0.2, 0, 0.1, 1), background 0.4s cubic-bezier(0.2, 0, 0.1, 1), padding 0.4s cubic-bezier(0.2, 0, 0.1, 1);
  -o-transition: width 0.4s cubic-bezier(0.2, 0, 0.1, 1), border-radius 0.2s cubic-bezier(0.2, 0, 0.1, 1), background 0.4s cubic-bezier(0.2, 0, 0.1, 1), padding 0.4s cubic-bezier(0.2, 0, 0.1, 1);
  transition: width 0.4s cubic-bezier(0.2, 0, 0.1, 1), border-radius 0.2s cubic-bezier(0.2, 0, 0.1, 1), background 0.4s cubic-bezier(0.2, 0, 0.1, 1), padding 0.4s cubic-bezier(0.2, 0, 0.1, 1);
  white-space: nowrap;
}
.ct-add-to-cart-btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  flex-shrink: 0;
}
.ct-add-to-cart-btn .btn-icon svg {
  width: 16px;
  height: 20px;
}
.ct-add-to-cart-btn .btn-icon svg path {
  fill: #54622E;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ct-add-to-cart-btn .btn-text {
  opacity: 0;
  font-size: 14px;
  font-weight: bold;
  padding-left: 28px;
  padding-right: 48px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.ct-add-to-cart-btn.loading {
  pointer-events: none;
  background: #54622E;
  color: white;
}
.ct-add-to-cart-btn.loading .btn-icon::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.ct-add-to-cart-btn.loading .btn-icon svg {
  opacity: 0;
}
.ct-add-to-cart-btn.loading:hover .btn-icon::after, .ct-add-to-cart-btn.loading:focus .btn-icon::after {
  border-top: 2px solid white;
}
.ct-add-to-cart-btn.added {
  background: #E6E6D0;
}
@media (min-width: 768px) {
  .ct-add-to-cart-btn:hover, .ct-add-to-cart-btn:focus, .ct-add-to-cart-btn.added:hover, .ct-add-to-cart-btn.added:focus {
    width: 125px;
    border-radius: 24px;
    color: white;
    text-decoration: none;
  }
  .ct-add-to-cart-btn:hover .btn-text, .ct-add-to-cart-btn:focus .btn-text, .ct-add-to-cart-btn.added:hover .btn-text, .ct-add-to-cart-btn.added:focus .btn-text {
    opacity: 1;
  }
  .ct-add-to-cart-btn:hover .btn-icon svg path, .ct-add-to-cart-btn:focus .btn-icon svg path, .ct-add-to-cart-btn.added:hover .btn-icon svg path, .ct-add-to-cart-btn.added:focus .btn-icon svg path {
    fill: #fff;
  }
}
@media (max-width: 767px) {
  .ct-add-to-cart-btn:hover, .ct-add-to-cart-btn:focus, .ct-add-to-cart-btn.added:hover, .ct-add-to-cart-btn.added:focus {
    text-decoration: none;
  }
  .ct-add-to-cart-btn:hover .btn-icon svg path, .ct-add-to-cart-btn:focus .btn-icon svg path, .ct-add-to-cart-btn.added:hover .btn-icon svg path, .ct-add-to-cart-btn.added:focus .btn-icon svg path {
    fill: #fff;
  }
}
@media (min-width: 768px) {
  .ct-add-to-cart-btn:hover, .ct-add-to-cart-btn:focus {
    background: #54622E;
  }
}
@media (max-width: 767px) {
  .ct-add-to-cart-btn:hover, .ct-add-to-cart-btn:focus {
    background: #54622E;
  }
}
@media (min-width: 768px) {
  .ct-add-to-cart-btn.added:hover, .ct-add-to-cart-btn.added:focus {
    background: #54622E;
  }
}
@media (max-width: 767px) {
  .ct-add-to-cart-btn.added:hover, .ct-add-to-cart-btn.added:focus {
    background: #54622E;
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.woocommerce-cart .alignwide {
  width: 100%;
}
.woocommerce-cart .wc-block-cart__main {
  padding-right: 48px !important;
}
@media only screen and (max-width: 850px) {
  .woocommerce-cart .wc-block-cart__main {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
.woocommerce-cart .wc-block-cart__sidebar {
  padding-left: 24px;
}
@media only screen and (max-width: 850px) {
  .woocommerce-cart .wc-block-cart__sidebar {
    width: 100%;
    padding-left: 16px !important;
  }
}
.woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-panel, .woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .woocommerce-cart .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wc-block-components-sidebar-layout {
  align-items: flex-start !important;
}
.wc-block-components-quantity-selector__button {
  background: transparent !important;
  color: #BC6C25 !important;
}
.wc-block-cart-item__remove-link {
  text-decoration: none !important;
  padding: 8px 24px !important;
  line-height: 1.2 !important;
  background: #BC6C25 !important;
  color: #fff !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
  text-align: center !important;
}
.wc-block-cart-item__image a img {
  aspect-ratio: 1;
  height: auto !important;
}
.wp-block-separator {
  margin-top: 48px;
  margin-bottom: 48px;
  border-top: 1px solid #E6E6D0 !important;
  background: transparent;
  border: 0;
}
.product-item {
  height: 100%;
}
.wp-block-heading {
  margin-bottom: 24px;
  font-weight: bold;
}
.wc-block-grid__products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
  margin: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .wc-block-grid__products {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.wc-block-grid__products .wc-block-grid__product {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wc-block-grid__products .wc-block-grid__product > div {
  width: 100% !important;
  max-width: 100% !important;
}
.wc-block-grid__products .wc-block-grid__product {
  border: 0 !important;
}
.wp-block-woocommerce-empty-cart-block {
  width: 100%;
  text-align: center;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  background-color: #BC6C25;
}
.is-large.wc-block-cart .wc-block-cart__totals-title, .is-large.wc-block-cart .wc-block-cart-items th {
  font-size: 18px !important;
  text-transform: initial !important;
  color: #54622E !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .wc-block-components-product-metadata {
  font-size: 1em !important;
}
.wc-block-cart-item__remove-link {
  text-decoration: none !important;
  padding: 0 0 0 30px !important;
  line-height: 1.2 !important;
  background: transparent !important;
  color: #BC6C25 !important;
  border: 0px !important;
  text-align: center !important;
  font-weight: bold !important;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  border-radius: 8px !important;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  position: relative;
}
.wc-block-cart-item__remove-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
}
.wc-block-cart-item__remove-link:hover {
  padding: 0 0 0 24px !important;
  line-height: 1.2 !important;
  background: transparent !important;
  color: #91541d !important;
  border: 0px !important;
}
.wc-block-cart-item__quantity {
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  gap: 16px;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  margin-bottom: 0 !important;
  width: auto;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  min-height: 45px !important;
  color: #54622E !important;
  background: rgba(188, 108, 37, 0.07);
  border: 1px solid #BC6C25 !important;
  padding: 0 !important;
  min-width: 60px !important;
  font-size: 14px !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus {
  border-left: 1px solid #BC6C25 !important;
  border-right: 0 solid #BC6C25 !important;
  border-top: 1px solid #BC6C25 !important;
  border-bottom: 1px solid #BC6C25 !important;
  opacity: 1 !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:focus, .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:focus-visible, .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:focus-within {
  border-left: 1px solid #BC6C25 !important;
  border-top: 1px solid #BC6C25 !important;
  border-bottom: 1px solid #BC6C25 !important;
  border-right: 0 solid #BC6C25 !important;
  outline: none !important;
  box-shadow: none !important;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
  border-right: 1px solid #BC6C25 !important;
  border-left: 0 solid #BC6C25 !important;
  border-top: 1px solid #BC6C25 !important;
  border-bottom: 1px solid #BC6C25 !important;
  opacity: 1 !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:focus, .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:focus-visible, .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:focus-within {
  border-right: 1px solid #BC6C25 !important;
  border-top: 1px solid #BC6C25 !important;
  border-bottom: 1px solid #BC6C25 !important;
  border-left: 0 solid #BC6C25 !important;
  outline: none !important;
  box-shadow: none !important;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus, .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
  font-weight: bold !important;
  color: #fff !important;
  background: #BC6C25 !important;
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  min-width: 40px;
  font-size: 14px !important;
  opacity: 1 !important;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:disabled, .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:disabled {
  opacity: 0.5 !important;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:hover, .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:hover {
  cursor: pointer;
}
.wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:hover:disabled, .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:hover:disabled {
  cursor: not-allowed;
}
.wc-block-components-sidebar {
  background: #fff;
  padding: 24px !important;
  position: sticky;
  top: 132px;
  border-radius: 0 16px !important;
  -webkit-border-radius: 0 16px !important;
  -moz-border-radius: 0 16px !important;
  -ms-border-radius: 0 16px !important;
  -o-border-radius: 0 16px !important;
  border-radius: 0 16px !important;
}
.wc-block-components-sidebar .wc-block-cart__submit {
  margin-bottom: 0 !important;
}
.wc-block-components-radio-control__description-group--column .wc-block-components-radio-control__description {
  margin: 2px 0 !important;
}
.wc-block-components-product-name {
  font-size: 21px;
  color: #54622E !important;
  font-weight: bold;
  text-decoration: none;
}
.wc-block-components-sale-badge {
  display: none !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border-color: #BC6C25 !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: #BC6C25 !important;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1.5px #BC6C25 !important;
}
.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
  display: block !important;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
}
.wc-block-cart__totals-title {
  padding-top: 0 !important;
}
.wc-block-cart-items__row:not(:first-child) {
  border-top: 1px solid rgba(18, 18, 18, 0.11);
  padding-top: 40px !important;
}
.wc-block-cart-items__row:last-of-type {
  border-bottom: 1px solid rgba(18, 18, 18, 0.11);
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value, .wc-block-components-totals-item__value {
  font-weight: 400 !important;
  font-size: 1em !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value strong, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value b, .wc-block-components-totals-item__value strong, .wc-block-components-totals-item__value b {
  font-weight: 400 !important;
}
.wc-block-components-totals-item__label, .wc-block-components-panel__button {
  font-weight: bold !important;
  font-size: 1em !important;
}
.wc-block-components-product-price {
  font-weight: bold;
  color: #BC6C25;
}
.woocommerce-checkout .wp-block-woocommerce-checkout {
  padding-top: 0 !important;
}
.woocommerce-checkout .alignwide {
  width: 100%;
}
.woocommerce-checkout .wc-block-checkout__main {
  padding-right: 48px !important;
}
@media only screen and (max-width: 850px) {
  .woocommerce-checkout .wc-block-checkout__main {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
.woocommerce-checkout .wc-block-checkout__sidebar {
  padding-left: 24px;
  top: 140px !important;
}
@media only screen and (max-width: 850px) {
  .woocommerce-checkout .wc-block-checkout__sidebar {
    width: 100%;
    position: relative;
    top: 0 !important;
  }
}
.woocommerce-checkout .wc-block-checkout__sidebar.is-sticky {
  margin-top: 0 !important;
}
@media only screen and (max-width: 991px) {
  .woocommerce-checkout .wc-block-checkout__sidebar.is-sticky {
    margin-top: 48px !important;
  }
}
@media only screen and (max-width: 850px) {
  .woocommerce-checkout .wc-block-checkout__sidebar.is-sticky {
    margin-top: 0 !important;
  }
}
.woocommerce-checkout .wc-block-checkout__sidebar.is-sticky .wp-block-woocommerce-checkout-order-summary-block {
  margin-top: 0px !important;
  padding-top: 0 !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-name, .woocommerce-checkout .wc-block-checkout__sidebar .wc-block-formatted-money-amount {
  font-weight: bold !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title-text {
  margin-left: 0 !important;
  font-weight: bold !important;
  color: #54622E;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title {
  margin-top: 0 !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary {
  padding: 0 !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar ins {
  background: transparent !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image {
  width: 100px;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image img {
  aspect-ratio: 1;
  height: auto !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__quantity {
  padding: 0.1em 0.4em;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__quantity span {
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-panel, .woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border: 0px !important;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
  margin-bottom: 48px !important;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__title {
  font-weight: bold;
  margin-bottom: 16px !important;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__description {
  font-size: 1em;
}
.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-shipping-address-message, .wc-block-components-address-card {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0 16px !important;
  border: 1px solid rgba(18, 18, 18, 0.8);
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-blocks-components-select .wc-blocks-components-select__select, .wc-block-components-textarea {
  color: #54622E !important;
  background-color: #fff !important;
  border: 1px solid #E6E6D0 !important;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
  padding: 5px 0 !important;
}
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=password], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
  padding: 1.5em 0.5em 0.5em 0.5em;
  height: 3.25em;
}
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label, .wc-block-components-payment-method-label {
  font-weight: bold !important;
}
.wc-block-components-formatted-money-amount {
  font-weight: bold !important;
}
.wc-block-components-address-card__edit {
  color: #BC6C25 !important;
  font-weight: bold;
  text-decoration: underline;
}
.wc-block-components-address-card address .wc-block-components-address-card__address-section:first-child {
  color: #54622E !important;
}
.wc-block-components-checkout-step__heading h2, .wc-block-components-checkout-step__heading .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .wc-block-components-checkout-step__heading .entry-title, .wc-block-components-checkout-step__heading .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .wc-block-components-checkout-step__heading .product_title, .wc-block-components-checkout-step__heading .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .wc-block-components-checkout-step__heading .category-title, .wc-block-components-checkout-step__heading .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .wc-block-components-checkout-step__heading .category-title, .wc-block-components-checkout-step__heading .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .wc-block-components-checkout-step__heading .category-title, .wc-block-components-checkout-step__heading .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .wc-block-components-checkout-step__heading .category-title, .wc-block-components-checkout-step__heading .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .wc-block-components-checkout-step__heading .category-title, .wc-block-components-checkout-step__heading .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .wc-block-components-checkout-step__heading .category-title, .wc-block-components-checkout-step__heading .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .wc-block-components-checkout-step__heading .category-title, .wc-block-components-checkout-step__heading .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .wc-block-components-checkout-step__heading .category-title, .wc-block-components-checkout-step__heading .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .wc-block-components-checkout-step__heading span {
  margin-bottom: 24px !important;
  font-weight: bold;
}
.wp-block-woocommerce-checkout-order-summary-block {
  margin-top: 80px !important;
  padding-top: 0 !important;
}
.checkout-order-summary-block-fill {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0 16px !important;
}
.checkout-order-summary-block-fill ins {
  background: transparent !important;
}
.checkout-order-summary-block-fill .wc-block-components-order-summary {
  padding: 0 !important;
}
.checkout-order-summary-block-fill .wc-block-components-order-summary-item__image {
  width: 100px;
}
.checkout-order-summary-block-fill .wc-block-components-order-summary-item__image img {
  aspect-ratio: 1;
  height: auto !important;
}
.checkout-order-summary-block-fill .wc-block-components-totals-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
.checkout-order-summary-block-fill .wc-block-components-order-summary-item__quantity {
  padding: 0.1em 0.4em;
}
.checkout-order-summary-block-fill .wc-block-components-order-summary-item__quantity span {
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
}
.checkout-order-summary-block-fill .wc-block-components-panel, .checkout-order-summary-block-fill .wc-block-components-totals-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.checkout-order-summary-block-fill .wp-block-woocommerce-checkout-order-summary-block {
  border: 0px !important;
}
@media only screen and (max-width: 991px) {
  .wc-block-components-sidebar {
    margin-top: 48px !important;
  }
}
@media only screen and (max-width: 991px) {
  .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .wc-block-components-sidebar {
    width: 100% !important;
  }
}
@media only screen and (max-width: 850px) {
  .wc-block-checkout__actions_row {
    flex-direction: column;
  }
  .wc-block-checkout__actions_row a {
    order: 2;
  }
  .wc-block-checkout__actions_row button {
    order: 1;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .wc-block-checkout__actions_row button {
    width: 100% !important;
  }
}
.wc-block-components-radio-control__option {
  background: #fff;
}
.woocommerce {
  width: 100%;
}
.woocommerce .woocommerce-order {
  background: #fff;
  padding: 2rem;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  margin: 0 auto;
  max-width: 800px;
}
.woocommerce .woocommerce-order h2, .woocommerce .woocommerce-order .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce .woocommerce-order .entry-title, .woocommerce .woocommerce-order .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce .woocommerce-order .product_title, .woocommerce .woocommerce-order .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce .woocommerce-order .category-title, .woocommerce .woocommerce-order .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce .woocommerce-order .category-title, .woocommerce .woocommerce-order .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce .woocommerce-order .category-title, .woocommerce .woocommerce-order .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce .woocommerce-order .category-title, .woocommerce .woocommerce-order .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce .woocommerce-order .category-title, .woocommerce .woocommerce-order .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce .woocommerce-order .category-title, .woocommerce .woocommerce-order .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce .woocommerce-order .category-title, .woocommerce .woocommerce-order .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce .woocommerce-order .category-title, .woocommerce .woocommerce-order .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-order span, .woocommerce .woocommerce-order h3, .woocommerce .woocommerce-order .search-filter-field .search-filter-label, .search-filter-field .woocommerce .woocommerce-order .search-filter-label, .woocommerce .woocommerce-order footer .footer-cta .in-grid .cta-container .inner-container .cta-text p, footer .footer-cta .in-grid .cta-container .inner-container .cta-text .woocommerce .woocommerce-order p, .woocommerce .woocommerce-order .location-card .inner-card .bottom-content .title, .location-card .inner-card .bottom-content .woocommerce .woocommerce-order .title, .woocommerce .woocommerce-order .post-card .inner-card .bottom-content .title, .post-card .inner-card .bottom-content .woocommerce .woocommerce-order .title, .woocommerce .woocommerce-order .product-item a .product-content h2, .woocommerce .woocommerce-order .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce .woocommerce-order .product-item a .product-content .entry-title, .woocommerce .woocommerce-order .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce .woocommerce-order .product-item a .product-content .product_title, .woocommerce .woocommerce-order .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce .woocommerce-order .product-item a .product-content .category-title, .woocommerce .woocommerce-order .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce .woocommerce-order .product-item a .product-content .category-title, .woocommerce .woocommerce-order .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce .woocommerce-order .product-item a .product-content .category-title, .woocommerce .woocommerce-order .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce .woocommerce-order .product-item a .product-content .category-title, .woocommerce .woocommerce-order .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce .woocommerce-order .product-item a .product-content .category-title, .woocommerce .woocommerce-order .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce .woocommerce-order .product-item a .product-content .category-title, .woocommerce .woocommerce-order .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce .woocommerce-order .product-item a .product-content .category-title, .woocommerce .woocommerce-order .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce .woocommerce-order .product-item a .product-content .category-title, .woocommerce .woocommerce-order .product-item a .product-content .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-order .product-item a .product-content span, .product-item a .product-content .woocommerce .woocommerce-order h2, .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form h2, .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .entry-title, .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .product_title, .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-order .account-page .in-grid .woocommerce-MyAccount-content form span, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce .woocommerce-order h2, .woocommerce .woocommerce-order .woocommerce-account .u-columns > div h2, .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .entry-title, .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .product_title, .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .category-title, .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .category-title, .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .category-title, .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .category-title, .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .category-title, .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .category-title, .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .category-title, .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .category-title, .woocommerce .woocommerce-order .woocommerce-account .u-columns > div .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-order .woocommerce-account .u-columns > div span, .woocommerce-account .u-columns > div .woocommerce .woocommerce-order h2, .woocommerce .woocommerce-order .filter-sidebar .parent-categories > span, .woocommerce .filter-sidebar .woocommerce-order .parent-categories > span {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.woocommerce .woocommerce-order p {
  line-height: 1.6;
}
.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a8c42;
  background: #eafaf0;
  border: 1px solid #c6efd9;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-order .woocommerce-notice--error {
  font-size: 1.05rem;
  font-weight: 500;
  color: #a94442;
  background: #fcebea;
  border: 1px solid #f5c6cb;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-order .woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}
.woocommerce .woocommerce-order .woocommerce-order-overview li {
  flex: 1 1 200px;
  list-style: none;
  color: #555;
}
@media (max-width: 850px) {
  .woocommerce .woocommerce-order .woocommerce-order-overview li {
    flex: 1;
  }
}
.woocommerce .woocommerce-order .woocommerce-order-overview li strong {
  display: block;
  color: #222;
  margin-top: 0.25rem;
}
.woocommerce .woocommerce-order .woocommerce-customer-details {
  margin-top: 2rem;
  border-radius: 6px;
}
.woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-order .woocommerce-customer-details address {
  font-style: normal;
  line-height: 1.6;
}
.woocommerce .woocommerce-order .woocommerce-customer-details address p {
  margin: 0.25rem 0;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error {
  border-radius: 6px;
  padding: 1rem;
  margin: 2rem auto;
  max-width: 800px;
  line-height: 1.5;
}
.woocommerce .woocommerce-message.woocommerce-message, .woocommerce .woocommerce-info.woocommerce-message, .woocommerce .woocommerce-error.woocommerce-message {
  background: #eafaf0;
  border: 1px solid #c6efd9;
  color: #1a8c42;
}
.woocommerce .woocommerce-message.woocommerce-info, .woocommerce .woocommerce-info.woocommerce-info, .woocommerce .woocommerce-error.woocommerce-info {
  background: #f0f7fd;
  border: 1px solid #b9dffa;
  color: #31708f;
}
.woocommerce .woocommerce-message.woocommerce-error, .woocommerce .woocommerce-info.woocommerce-error, .woocommerce .woocommerce-error.woocommerce-error {
  background: #fcebea;
  border: 1px solid #f5c6cb;
  color: #a94442;
}
@media (max-width: 850px) {
  .woocommerce .woocommerce-order {
    padding: 1.5rem;
  }
  .woocommerce .woocommerce-order .woocommerce-order-overview {
    flex-direction: column;
  }
}
.woocommerce .site-main .col-1, .woocommerce .site-main .col-2 {
  width: auto;
  flex: 1 1 100%;
}
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
  flex: 100% !important;
}
.woocommerce-table--order-details {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  font-size: 0.95rem;
  margin-bottom: 2rem;
  border: none;
}
.woocommerce-table--order-details th {
  background: none;
  font-weight: 700;
  color: #000;
  font-size: 0.95rem;
  padding: 0.5rem 1rem 1rem 1rem;
  border: none;
  text-align: left;
}
.woocommerce-table--order-details tbody tr {
  background: #F5F3F0;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.woocommerce-table--order-details tbody tr:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
  transition: all 0.2s ease;
}
.woocommerce-table--order-details td {
  text-align: left;
  padding: 1rem;
  border: none;
  vertical-align: middle;
}
.woocommerce-table--order-details td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.woocommerce-table--order-details td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.woocommerce-table--order-details td .product-name {
  font-weight: 500;
  color: #333;
}
.woocommerce-table--order-details tfoot tr {
  border-radius: 6px;
  margin-top: 0.5rem;
}
.woocommerce-table--order-details tfoot tr:first-child {
  margin-top: 1rem;
}
.woocommerce-table--order-details tfoot th, .woocommerce-table--order-details tfoot td {
  padding: 0.5rem 1rem;
  border: none;
  background: none;
}
.woocommerce-table--order-details tfoot th {
  font-weight: 700;
  text-align: left;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.woocommerce-table--order-details tfoot td {
  font-weight: 600;
  text-align: left;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.woocommerce-table--order-details tfoot tr:last-child th {
  font-weight: 700;
}
.woocommerce-table--order-details tfoot tr:last-child td {
  font-size: 1.1rem;
  font-weight: 700;
}
.woocommerce-order-details__notes {
  background: #fffbe5;
  border: 1px solid #f3e49f;
  padding: 1rem;
  border-radius: 4px;
  color: #665c00;
  margin-bottom: 2rem;
}
.woocommerce-customer-details {
  margin-top: 2rem;
  border-radius: 6px;
}
.woocommerce-customer-details .woocommerce-customer-details__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.woocommerce-customer-details .woocommerce-columns--addresses {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
  flex: 1 1 300px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1.5rem;
}
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address {
  font-style: normal;
  line-height: 1.6;
}
.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address p {
  margin: 0.25rem 0;
}
@media only screen and (max-width: 850px) {
  padding: 1.5rem;
  .woocommerce-order-overview {
    flex-direction: column;
  }
  .woocommerce-customer-details .woocommerce-columns--addresses {
    flex-direction: column;
    gap: 1rem;
  }
  .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
    padding: 1rem;
    flex: 1 1 100%;
    width: 100%;
  }
}
.account-page .in-grid .woocommerce {
  width: 100%;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation {
  position: relative;
  background: #E6E6D0;
  padding: 15px 24px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #BC6C25;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.is-active a:before {
  background: #BC6C25;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.is-active a:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li.is-active a:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li a {
  color: #45462A;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #45462A;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: #BC6C25;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li a:hover:before {
  -webkit-transform: scaleX(0.2);
  -moz-transform: scaleX(0.2);
  -ms-transform: scaleX(0.2);
  -o-transform: scaleX(0.2);
  transform: scaleX(0.2);
  background: #BC6C25;
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid nav.woocommerce-MyAccount-navigation ul {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-right: 10px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch !important;
  }
  .account-page .in-grid nav.woocommerce-MyAccount-navigation ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #E6E6D0;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  .account-page .in-grid nav.woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
    width: 10px;
    height: 4px;
    background-color: #fff;
    cursor: pointer;
  }
  .account-page .in-grid nav.woocommerce-MyAccount-navigation ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #54622E;
  }
}
.account-page .in-grid nav.woocommerce-MyAccount-navigation ul li:not(:last-child) {
  margin-right: 30px;
}
.account-page .in-grid .woocommerce-MyAccount-content {
  margin-bottom: 48px;
  margin-top: 48px;
  width: 100%;
  overflow-x: auto;
}
.account-page .in-grid .woocommerce-MyAccount-content > p {
  margin-bottom: 24px;
}
.account-page .in-grid .woocommerce-MyAccount-content form h2, .account-page .in-grid .woocommerce-MyAccount-content form .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .account-page .in-grid .woocommerce-MyAccount-content form .entry-title, .account-page .in-grid .woocommerce-MyAccount-content form .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .account-page .in-grid .woocommerce-MyAccount-content form .product_title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .account-page .in-grid .woocommerce-MyAccount-content form span {
  margin-bottom: 24px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields .password-input, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input {
  position: relative;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields .password-input input, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input input {
  padding-right: 40px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields .password-input > div, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input > div {
  right: 30px !important;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields .password-input .show-password-input, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input .show-password-input {
  padding: 0;
  background: transparent !important;
  z-index: 3;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none !important;
  padding: 0 !important;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields .password-input .show-password-input svg path, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-input .show-password-input svg path {
  fill: #BC6C25;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields legend, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: bold;
  display: flex;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields .form-row, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-form-row, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row {
  margin-bottom: 16px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields .form-row legend, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-form-row label, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-form-row legend, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row legend, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row label, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row legend {
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-address-fields .button, .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button {
  margin-top: 16px;
}
@media only screen and (max-width: 850px) {
  .account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table {
    min-width: 600px;
  }
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__header {
  border-bottom: 1px solid #E6E6D0;
  padding: 16px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row {
  width: 100%;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row:not(:last-child) {
  border-bottom: 1px solid #E6E6D0;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell {
  padding: 16px;
  text-align: center;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell:not(:first-child) {
  margin-top: 5px;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell > span.cell-title {
  margin-right: 5px;
  font-weight: bold;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell .order-action {
  text-decoration: underline;
}
.account-page .in-grid .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell .order-action:not(:last-child) {
  margin-right: 10px;
}
.woocommerce-account .account-page {
  padding: 64px 0;
}
@media only screen and (max-width: 850px) {
  .woocommerce-account .account-page {
    padding: 48px 0;
  }
}
.woocommerce-account .u-columns {
  width: 100%;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
@media only screen and (max-width: 850px) {
  .woocommerce-account .u-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce-account .u-columns > div {
  width: 100%;
  padding: 48px;
  background: #fff;
  border-radius: 0 24px;
  -webkit-border-radius: 0 24px;
  -moz-border-radius: 0 24px;
  -ms-border-radius: 0 24px;
  -o-border-radius: 0 24px;
  border-radius: 0 24px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-account .u-columns > div {
    padding: 24px;
    border-radius: 0 16px;
    -webkit-border-radius: 0 16px;
    -moz-border-radius: 0 16px;
    -ms-border-radius: 0 16px;
    -o-border-radius: 0 16px;
    border-radius: 0 16px;
  }
}
.woocommerce-account .u-columns > div h1, .woocommerce-account .u-columns > div h2, .woocommerce-account .u-columns > div .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce-account .u-columns > div .entry-title, .woocommerce-account .u-columns > div .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce-account .u-columns > div .product_title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .category-title, .woocommerce-account .u-columns > div .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-account .u-columns > div span, .woocommerce-account .u-columns > div h3, .woocommerce-account .u-columns > div .search-filter-field .search-filter-label, .search-filter-field .woocommerce-account .u-columns > div .search-filter-label, .woocommerce-account .u-columns > div footer .footer-cta .in-grid .cta-container .inner-container .cta-text p, footer .footer-cta .in-grid .cta-container .inner-container .cta-text .woocommerce-account .u-columns > div p, .woocommerce-account .u-columns > div .location-card .inner-card .bottom-content .title, .location-card .inner-card .bottom-content .woocommerce-account .u-columns > div .title, .woocommerce-account .u-columns > div .post-card .inner-card .bottom-content .title, .post-card .inner-card .bottom-content .woocommerce-account .u-columns > div .title, .woocommerce-account .u-columns > div .product-item a .product-content h2, .woocommerce-account .u-columns > div .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce-account .u-columns > div .product-item a .product-content .entry-title, .woocommerce-account .u-columns > div .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce-account .u-columns > div .product-item a .product-content .product_title, .woocommerce-account .u-columns > div .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce-account .u-columns > div .product-item a .product-content .category-title, .woocommerce-account .u-columns > div .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .product-item a .product-content .category-title, .woocommerce-account .u-columns > div .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .product-item a .product-content .category-title, .woocommerce-account .u-columns > div .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .product-item a .product-content .category-title, .woocommerce-account .u-columns > div .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce-account .u-columns > div .product-item a .product-content .category-title, .woocommerce-account .u-columns > div .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .product-item a .product-content .category-title, .woocommerce-account .u-columns > div .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .product-item a .product-content .category-title, .woocommerce-account .u-columns > div .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .product-item a .product-content .category-title, .woocommerce-account .u-columns > div .product-item a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-account .u-columns > div .product-item a .product-content span, .product-item a .product-content .woocommerce-account .u-columns > div h2, .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form h2, .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .entry-title, .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .product_title, .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-account .u-columns > div .account-page .in-grid .woocommerce-MyAccount-content form span, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce-account .u-columns > div h2, .woocommerce-account .u-columns > div .woocommerce .filter-sidebar .parent-categories > span, .woocommerce .filter-sidebar .woocommerce-account .u-columns > div .parent-categories > span, .woocommerce-account .u-columns > div h4, .woocommerce-account .u-columns > div .faq-toggle-item .faq-toggle-question span, .faq-toggle-item .faq-toggle-question .woocommerce-account .u-columns > div span, .woocommerce-account .u-columns > div .single-post .post-content .connected-products .inner-container .product-item-container .content .product-title, .single-post .post-content .connected-products .inner-container .product-item-container .content .woocommerce-account .u-columns > div .product-title, .woocommerce-account .u-columns > div .product-item-small a .product-content h2, .woocommerce-account .u-columns > div .product-item-small a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce-account .u-columns > div .product-item-small a .product-content .entry-title, .woocommerce-account .u-columns > div .product-item-small a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce-account .u-columns > div .product-item-small a .product-content .product_title, .woocommerce-account .u-columns > div .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce-account .u-columns > div .product-item-small a .product-content .category-title, .woocommerce-account .u-columns > div .product-item-small a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .product-item-small a .product-content .category-title, .woocommerce-account .u-columns > div .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .product-item-small a .product-content .category-title, .woocommerce-account .u-columns > div .product-item-small a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .product-item-small a .product-content .category-title, .woocommerce-account .u-columns > div .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce-account .u-columns > div .product-item-small a .product-content .category-title, .woocommerce-account .u-columns > div .product-item-small a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce-account .u-columns > div .product-item-small a .product-content .category-title, .woocommerce-account .u-columns > div .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce-account .u-columns > div .product-item-small a .product-content .category-title, .woocommerce-account .u-columns > div .product-item-small a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce-account .u-columns > div .product-item-small a .product-content .category-title, .woocommerce-account .u-columns > div .product-item-small a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-account .u-columns > div .product-item-small a .product-content span, .product-item-small a .product-content .woocommerce-account .u-columns > div h2, .woocommerce-account .u-columns > div .wc-block-components-product-name, .woocommerce-account .u-columns > div .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-medium.wc-block-cart .wc-block-components-sidebar .woocommerce-account .u-columns > div .wc-block-cart__totals-title, .woocommerce-account .u-columns > div .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile.wc-block-cart .wc-block-components-sidebar .woocommerce-account .u-columns > div .wc-block-cart__totals-title, .woocommerce-account .u-columns > div .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small.wc-block-cart .wc-block-components-sidebar .woocommerce-account .u-columns > div .wc-block-cart__totals-title {
  margin-bottom: 16px;
}
.woocommerce-account .u-columns > div .edit {
  margin-bottom: 16px;
  display: flex;
}
.woocommerce-account .u-columns > div .woocommerce-privacy-policy-text {
  margin-bottom: 16px;
}
.woocommerce-account .u-columns > div label {
  font-weight: bold;
  margin-bottom: 5px;
}
.woocommerce-account .u-columns > div .lost_password {
  margin-top: 16px;
}
.woocommerce-account .u-columns > div .show-password-input {
  display: none;
}
.woocommerce-account .u-columns .woocommerce-form {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.woocommerce-account .u-columns .woocommerce-form .password-input {
  width: 100%;
}
.woocommerce-account .u-columns .woocommerce-form .form-row {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.woocommerce-account .u-columns .woocommerce-form .form-row:not(.woocommerce-form-row) > *:not(:last-child) {
  margin-bottom: 16px;
}
.woocommerce-lost-password .woocommerce {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.woocommerce-lost-password .lost_reset_password {
  padding: 48px;
  max-width: 800px;
  background: #fff;
  border-radius: 0 24px;
  -webkit-border-radius: 0 24px;
  -moz-border-radius: 0 24px;
  -ms-border-radius: 0 24px;
  -o-border-radius: 0 24px;
  border-radius: 0 24px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-lost-password .lost_reset_password {
    padding: 24px;
    border-radius: 0 16px;
    -webkit-border-radius: 0 16px;
    -moz-border-radius: 0 16px;
    -ms-border-radius: 0 16px;
    -o-border-radius: 0 16px;
    border-radius: 0 16px;
  }
}
.woocommerce-lost-password .lost_reset_password p {
  margin-bottom: 16px;
}
.woocommerce-view-order .woocommerce-MyAccount-content {
  background: #fff;
  padding: 2rem;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  margin: 0 auto;
  max-width: 800px;
  line-height: 1.5;
}
.woocommerce-view-order .woocommerce-MyAccount-content h2, .woocommerce-view-order .woocommerce-MyAccount-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce-view-order .woocommerce-MyAccount-content .entry-title, .woocommerce-view-order .woocommerce-MyAccount-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce-view-order .woocommerce-MyAccount-content .product_title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-view-order .woocommerce-MyAccount-content span, .woocommerce-view-order .woocommerce-MyAccount-content h3, .woocommerce-view-order .woocommerce-MyAccount-content .search-filter-field .search-filter-label, .search-filter-field .woocommerce-view-order .woocommerce-MyAccount-content .search-filter-label, .woocommerce-view-order .woocommerce-MyAccount-content footer .footer-cta .in-grid .cta-container .inner-container .cta-text p, footer .footer-cta .in-grid .cta-container .inner-container .cta-text .woocommerce-view-order .woocommerce-MyAccount-content p, .woocommerce-view-order .woocommerce-MyAccount-content .location-card .inner-card .bottom-content .title, .location-card .inner-card .bottom-content .woocommerce-view-order .woocommerce-MyAccount-content .title, .woocommerce-view-order .woocommerce-MyAccount-content .post-card .inner-card .bottom-content .title, .post-card .inner-card .bottom-content .woocommerce-view-order .woocommerce-MyAccount-content .title, .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content h2, .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .entry-title, .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .product_title, .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-view-order .woocommerce-MyAccount-content .product-item a .product-content span, .product-item a .product-content .woocommerce-view-order .woocommerce-MyAccount-content h2, .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form h2, .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .entry-title, .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .product_title, .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-view-order .woocommerce-MyAccount-content .account-page .in-grid .woocommerce-MyAccount-content form span, .account-page .in-grid .woocommerce-MyAccount-content form .woocommerce-view-order .woocommerce-MyAccount-content h2, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div h2, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .single-post .post-hero .inner-hero .content-col .entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .entry-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .single-product .product-summary .in-grid .summary .inner-summary .product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .product_title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .category-title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div .woocommerce .filter-sidebar .filter-pop-up .pop-up-header span, .woocommerce .filter-sidebar .filter-pop-up .pop-up-header .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-account .u-columns > div span, .woocommerce-account .u-columns > div .woocommerce-view-order .woocommerce-MyAccount-content h2, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce .filter-sidebar .parent-categories > span, .woocommerce .filter-sidebar .woocommerce-view-order .woocommerce-MyAccount-content .parent-categories > span {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.woocommerce-view-order .woocommerce-MyAccount-content p {
  line-height: 1.6;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details__title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads__title, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  font-size: 0.95rem;
  margin-bottom: 2rem;
  border: none;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details th {
  background: none;
  font-weight: 700;
  color: #000;
  font-size: 0.95rem;
  padding: 0.5rem 1rem 1rem 1rem;
  border: none;
  text-align: left;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr {
  background: #F5F3F0;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
  transition: all 0.2s ease;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details td {
  text-align: left;
  padding: 1rem;
  border: none;
  vertical-align: middle;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details td .product-name {
  font-weight: 500;
  color: #333;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr {
  border-radius: 6px;
  margin-top: 0.5rem;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr:first-child {
  margin-top: 1rem;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot th, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot td {
  padding: 0.5rem 1rem;
  border: none;
  background: none;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot th {
  font-weight: 700;
  text-align: left;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot td {
  font-weight: 600;
  text-align: left;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr:last-child th {
  font-weight: 700;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr:last-child td {
  font-size: 1.1rem;
  font-weight: 700;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview .woocommerce-order-overview__order, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview .woocommerce-order-overview__date, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview .woocommerce-order-overview__email, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview .woocommerce-order-overview__total, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview .woocommerce-order-overview__payment-method {
  flex: 1 1 200px;
  color: #555;
}
@media only screen and (max-width: 850px) {
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview .woocommerce-order-overview__order, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview .woocommerce-order-overview__date, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview .woocommerce-order-overview__email, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview .woocommerce-order-overview__total, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview .woocommerce-order-overview__payment-method {
    flex: 1;
  }
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview .woocommerce-order-overview__order strong, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview .woocommerce-order-overview__date strong, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview .woocommerce-order-overview__email strong, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview .woocommerce-order-overview__total strong, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview .woocommerce-order-overview__payment-method strong {
  display: block;
  color: #222;
  margin-top: 0.25rem;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads {
  margin-bottom: 2rem;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads .woocommerce-order-downloads__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads table th, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads table td {
  padding: 0.75rem;
  border-bottom: 1px solid #eee;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads table th {
  background: #f7f7f7;
  text-align: left;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-downloads table a {
  text-decoration: underline;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details__notes {
  background: #fffbe5;
  border: 1px solid #f3e49f;
  padding: 1rem;
  border-radius: 4px;
  color: #665c00;
  margin-bottom: 2rem;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details {
  margin-top: 2rem;
  border-radius: 6px;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
  flex: 1 1 300px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1.5rem;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column .woocommerce-column__title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address {
  font-style: normal;
  line-height: 1.6;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column address p {
  margin: 0.25rem 0;
}
@media only screen and (max-width: 850px) {
  .woocommerce-view-order .woocommerce-MyAccount-content {
    padding: 1.5rem;
  }
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-overview {
    flex-direction: column;
  }
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses {
    flex-direction: column;
    gap: 1rem;
  }
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
    padding: 1rem;
    flex: 1 1 100%;
    width: 100%;
  }
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error {
  border-radius: 6px;
  padding: 1rem;
  margin: 2rem auto;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  list-style: none;
  max-width: 100%;
}
:focus-visible {
  box-shadow: 0 0 0 3px rgba(188, 108, 37, 0.3) !important;
}
mark {
  background: #E6E6D0;
  color: #000;
}
.single-product .hero {
  margin-bottom: 48px;
}
@media only screen and (max-width: 850px) {
  .single-product .hero {
    margin-bottom: 24px;
  }
}
.single-product .product > section:not(:first-of-type) {
  margin-top: 64px;
}
@media only screen and (max-width: 991px) {
  .single-product .product > section:not(:first-of-type) {
    margin-top: 48px;
  }
}
.single-product .product-summary {
  padding: 48px 0 64px 0;
}
.single-product .product-summary .in-grid {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.single-product .product-summary .in-grid .gallery-col {
  width: calc(100% / 12 * 5);
  position: relative;
}
.single-product .product-summary .in-grid .gallery-col .onsale {
  position: absolute;
  z-index: 10;
  left: 32px;
  top: 16px;
  background: #54622E;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 12px;
  text-transform: uppercase;
  border-radius: 0 10px;
  -webkit-border-radius: 0 10px;
  -moz-border-radius: 0 10px;
  -ms-border-radius: 0 10px;
  -o-border-radius: 0 10px;
  border-radius: 0 10px;
}
@media only screen and (max-width: 640px) {
  .single-product .product-summary .in-grid .gallery-col .onsale {
    font-size: 12px;
  }
}
.single-product .product-summary .in-grid .gallery-col .onsale.nieuw-badge {
  background: #BC6C25;
}
@media only screen and (max-width: 850px) {
  .single-product .product-summary .in-grid .gallery-col {
    width: 100%;
  }
}
.single-product .product-summary .in-grid .gallery-col .gallery-slider {
  width: 100%;
  gap: 24px;
}
.single-product .product-summary .in-grid .summary {
  width: calc(100% / 12 * 7);
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 850px) {
  .single-product .product-summary .in-grid .summary {
    width: 100%;
    margin-top: 24px;
  }
}
.single-product .product-summary .in-grid .summary .inner-summary {
  padding: 48px !important;
  background: #fff;
  border-radius: 0px 25px;
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary .in-grid .summary .inner-summary {
    padding: 24px !important;
  }
}
.single-product .product-summary .in-grid .summary .inner-summary .product_title {
  font-weight: bold;
}
.single-product .product-summary .in-grid .summary .inner-summary .price {
  font-size: 24px;
  font-weight: bold;
  color: #BC6C25;
}
.single-product .product-summary .in-grid .summary .inner-summary .price .woocommerce-Price-currencySymbol {
  display: none;
}
.single-product .product-summary .in-grid .summary .inner-summary .price .woocommerce-Price-amount bdi {
  text-align: left;
  margin-left: -0.3em;
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary .in-grid .summary .inner-summary .price {
    font-size: 18px;
  }
}
.single-product .product-summary .in-grid .summary .inner-summary .price del {
  margin-right: 8px;
  opacity: 0.5;
}
.single-product .product-summary .in-grid .summary .inner-summary .price ins {
  background: transparent;
}
.single-product .product-summary .in-grid .summary .inner-summary .price, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce-product-details__short-description {
  margin-bottom: calc(24px + 8px);
  padding-bottom: calc(24px + 8px);
  border-bottom: 1px solid #E6E6D0;
}
.single-product .product-summary .in-grid .summary .inner-summary .product-usps {
  display: grid;
  column-gap: 24px;
  row-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary .in-grid .summary .inner-summary .product-usps {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-product .product-summary .in-grid .summary .inner-summary .product-usps:not(:last-child) {
  margin-bottom: 24px;
}
.single-product .product-summary .in-grid .summary .inner-summary .product-usps .usp-item {
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.single-product .product-summary .in-grid .summary .inner-summary .product-usps .usp-item .usp-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-product .product-summary .in-grid .summary .inner-summary .product-usps .usp-item p {
  padding-left: calc(24px + 16px);
  font-size: 14px;
  color: #54622E;
}
.single-product .product-summary .in-grid .summary .inner-summary .woocommerce-product-details__short-description {
  color: #54622E !important;
}
.single-product .product-summary form.cart span.quantity-label {
  display: flex;
  margin-bottom: 8px;
  color: #54622E;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary form.cart span.quantity-label {
    font-size: 14px;
  }
}
.single-product .product-summary form.cart .quantity-cart-wrapper {
  gap: 16px;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.single-product .product-summary form.cart .quantity-cart-wrapper .quantity {
  max-width: 50%;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary form.cart .quantity-cart-wrapper .quantity {
    min-width: 100%;
  }
}
.single-product .product-summary form.cart .quantity-cart-wrapper .quantity input {
  height: 100%;
}
.single-product .product-summary form.cart .quantity-cart-wrapper .button {
  max-width: 50%;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .single-product .product-summary form.cart .quantity-cart-wrapper .button {
    min-width: 100%;
  }
}
.single-product .product-summary form.cart .quantity-cart-wrapper .button.single_add_to_cart_button {
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: 16px;
}
.single-product .product-summary form.cart .quantity-cart-wrapper .button.single_add_to_cart_button .button-text {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  text-align: left;
}
.single-product .product-summary form.cart .quantity-cart-wrapper .button.single_add_to_cart_button .button-icon, .single-product .product-summary form.cart .quantity-cart-wrapper .button.single_add_to_cart_button .button-loader {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
  width: 19px;
  height: 24px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.single-product .product-summary form.cart .quantity-cart-wrapper .button.single_add_to_cart_button .button-icon svg, .single-product .product-summary form.cart .quantity-cart-wrapper .button.single_add_to_cart_button .button-loader svg {
  width: 100%;
  height: 100%;
  margin-left: 0;
}
.single-product .product-summary form.cart .quantity-cart-wrapper .button.single_add_to_cart_button .button-loader {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0;
  flex-shrink: 0;
  width: 19px;
  height: 24px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.single-product .product-summary form.cart .quantity-cart-wrapper .button.single_add_to_cart_button .button-loader .spinner {
  width: 18px;
  height: 18px;
  border: 2px solid white;
  border-top: 2px solid transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.single-product .product-summary form.cart .quantity-cart-wrapper .button.single_add_to_cart_button.loading .button-icon {
  display: none;
}
.single-product .product-summary form.cart .quantity-cart-wrapper .button.single_add_to_cart_button.loading .button-loader {
  display: flex !important;
}
.single-product .product-summary .added_to_cart, .single-product .product-summary .wc-forward {
  display: none !important;
}
.single-product .product-description {
  margin-bottom: 64px;
}
@media only screen and (max-width: 991px) {
  .single-product .product-description {
    margin-bottom: 48px;
  }
}
.single-product .creators-section {
  background: #fff;
}
.single-product .creators-section.pd-top-none {
  padding-top: 0 !important;
}
.single-product .creators-section.pd-top-none:after {
  height: 75%;
}
.single-product .creators-section:after {
  background-color: #F5F3F0;
}
.single-product .creators-section .in-grid {
  position: relative;
  z-index: 4;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.single-product .creators-section .in-grid .locations-container {
  max-width: calc(100% / 12 * 7);
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .single-product .creators-section .in-grid .locations-container {
    max-width: 100%;
  }
}
.single-product .creators-section .in-grid .locations-container .inner-container {
  background: #E6E6D0;
  border-radius: 0px 15px;
  padding: 24px;
  gap: 24px;
}
.single-product .creators-section .in-grid .locations-container .inner-container .image-col {
  width: calc(100% / 12 * 3 - 24px);
  margin-top: -64px;
}
@media only screen and (max-width: 991px) {
  .single-product .creators-section .in-grid .locations-container .inner-container .image-col {
    margin-top: 0;
  }
}
.single-product .creators-section .in-grid .locations-container .inner-container .image-col .image {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
}
.single-product .creators-section .in-grid .locations-container .inner-container .image-col .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.single-product .creators-section .in-grid .locations-container .inner-container .content-col {
  width: calc(100% / 12 * 9);
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.single-product .creators-section .in-grid .locations-container .inner-container .content-col:only-child {
  width: 100%;
}
.single-product .creators-section .in-grid .locations-container .inner-container .content-col span.h4 {
  margin-bottom: 8px;
  display: flex;
  color: #54622E;
}
.single-product .creators-section .in-grid .locations-container .inner-container .content-col .location-items {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  column-gap: 8px;
  row-gap: 8px;
}
.single-product .creators-section .in-grid .locations-container .inner-container .content-col .location-items .location-item a {
  display: flex;
  padding: 6px 16px;
  border: 1px solid #54622E;
  color: #54622E;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-decoration: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.single-product .creators-section .in-grid .locations-container .inner-container .content-col .location-items .location-item a:hover {
  background: #54622E;
  color: #fff;
}
.single-product .usp-section .in-grid .usp-items {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}
@media only screen and (max-width: 1400px) {
  .single-product .usp-section .in-grid .usp-items {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .single-product .usp-section .in-grid .usp-items {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    gap: 0;
  }
}
.single-product .usp-section .in-grid .usp-items:not(:first-child) {
  margin-top: 24px;
}
.single-product .usp-section .in-grid .usp-items > div {
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  .single-product .usp-section .in-grid .usp-items > div {
    max-width: calc(100% / 2);
    padding: 24px;
  }
}
.single-product .usp-section .in-grid .usp-items > div.usp-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.single-product .usp-section .in-grid .usp-items > div.usp-item .icon {
  width: 80px;
  aspect-ratio: 1;
  margin-bottom: 24px;
}
.single-product .usp-section .in-grid .usp-items > div.usp-item .icon .image {
  width: 100%;
  height: 100%;
  position: relative;
  background: #F5F3F0;
  border-radius: 0px 15px;
}
.single-product .usp-section .in-grid .usp-items > div.usp-item .icon .image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
}
.single-product .usp-section .in-grid .usp-items > div.usp-item .usp-text span {
  color: #54622E;
}
.single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.single-product .related-products .products-grid:not(:first-child), .single-product .upsell-products .products-grid:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (max-width: 1200px) {
  .single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 850px) {
  .single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .single-product .related-products .products-grid, .single-product .upsell-products .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-product .flex-product-slider-row {
  border-radius: 0px 50px 0px 0px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .single-product .flex-product-slider-row {
    border-radius: 0px 24px 0px 0px;
  }
}
.single-product .flex-product-slider-row + .flex-product-slider-row {
  background: #BC6C25;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.single-product .long-product-description-2 {
  padding: 64px 0;
}
@media only screen and (max-width: 991px) {
  .single-product .long-product-description-2 {
    padding: 48px 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce.post-type-archive-product .category-archive, .woocommerce.post-type-archive-product .tag-archive, .woocommerce.tax-product_cat .category-archive, .woocommerce.tax-product_cat .tag-archive, .woocommerce.tax-product_tag .category-archive, .woocommerce.tax-product_tag .tag-archive {
  padding-top: 48px;
}
@media only screen and (max-width: 640px) {
  .woocommerce.post-type-archive-product .category-archive, .woocommerce.post-type-archive-product .tag-archive, .woocommerce.tax-product_cat .category-archive, .woocommerce.tax-product_cat .tag-archive, .woocommerce.tax-product_tag .category-archive, .woocommerce.tax-product_tag .tag-archive {
    padding-top: 24px;
  }
}
.woocommerce.post-type-archive-product .woocommerce-products-header, .woocommerce.post-type-archive-product .woocommerce-notices-wrapper, .woocommerce.post-type-archive-product .results-ordering-container, .woocommerce.tax-product_cat .woocommerce-products-header, .woocommerce.tax-product_cat .woocommerce-notices-wrapper, .woocommerce.tax-product_cat .results-ordering-container, .woocommerce.tax-product_tag .woocommerce-products-header, .woocommerce.tax-product_tag .woocommerce-notices-wrapper, .woocommerce.tax-product_tag .results-ordering-container {
  width: 100%;
}
.woocommerce.post-type-archive-product .results-ordering-container, .woocommerce.tax-product_cat .results-ordering-container, .woocommerce.tax-product_tag .results-ordering-container {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.woocommerce.post-type-archive-product .results-ordering-container:not(:first-child), .woocommerce.tax-product_cat .results-ordering-container:not(:first-child), .woocommerce.tax-product_tag .results-ordering-container:not(:first-child) {
  margin-top: 24px;
}
.woocommerce.tax-product_cat #sf-svg-arrow-down path:last-child, .woocommerce.tax-product_tag #sf-svg-arrow-down path:last-child {
  fill: #F9EBC7 !important;
}
@media only screen and (max-width: 991px) {
  .woocommerce.tax-product_cat #sf-svg-arrow-down path:last-child, .woocommerce.tax-product_tag #sf-svg-arrow-down path:last-child {
    fill: #45462A;
  }
}
.woocommerce.tax-product_cat .category-header, .woocommerce.tax-product_cat .tag-header, .woocommerce.tax-product_tag .category-header, .woocommerce.tax-product_tag .tag-header {
  width: 100%;
}
.woocommerce.tax-product_cat .category-header:last-child, .woocommerce.tax-product_cat .tag-header:last-child, .woocommerce.tax-product_tag .category-header:last-child, .woocommerce.tax-product_tag .tag-header:last-child {
  margin-bottom: 24px;
}
.woocommerce.tax-product_cat .category-header .inner-header, .woocommerce.tax-product_cat .tag-header .inner-header, .woocommerce.tax-product_tag .category-header .inner-header, .woocommerce.tax-product_tag .tag-header .inner-header {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  background: #BC6C25;
  border-radius: 0px 50px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .woocommerce.tax-product_cat .category-header .inner-header, .woocommerce.tax-product_cat .tag-header .inner-header, .woocommerce.tax-product_tag .category-header .inner-header, .woocommerce.tax-product_tag .tag-header .inner-header {
    border-radius: 0px 24px;
  }
}
.woocommerce.tax-product_cat .category-header .inner-header *, .woocommerce.tax-product_cat .tag-header .inner-header *, .woocommerce.tax-product_tag .category-header .inner-header *, .woocommerce.tax-product_tag .tag-header .inner-header * {
  color: #fff;
}
.woocommerce.tax-product_cat .category-header .inner-header a, .woocommerce.tax-product_cat .tag-header .inner-header a, .woocommerce.tax-product_tag .category-header .inner-header a, .woocommerce.tax-product_tag .tag-header .inner-header a {
  font-weight: bold;
}
.woocommerce.tax-product_cat .category-header .inner-header .category-info, .woocommerce.tax-product_cat .category-header .inner-header .tag-info, .woocommerce.tax-product_cat .tag-header .inner-header .category-info, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info, .woocommerce.tax-product_tag .category-header .inner-header .category-info, .woocommerce.tax-product_tag .category-header .inner-header .tag-info, .woocommerce.tax-product_tag .tag-header .inner-header .category-info, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info {
  width: calc(100% / 12 * 6);
  padding: 48px 64px 48px 48px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.woocommerce.tax-product_cat .category-header .inner-header .category-info:only-child, .woocommerce.tax-product_cat .category-header .inner-header .tag-info:only-child, .woocommerce.tax-product_cat .tag-header .inner-header .category-info:only-child, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info:only-child, .woocommerce.tax-product_tag .category-header .inner-header .category-info:only-child, .woocommerce.tax-product_tag .category-header .inner-header .tag-info:only-child, .woocommerce.tax-product_tag .tag-header .inner-header .category-info:only-child, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info:only-child {
  width: calc(100% / 12 * 9);
}
@media only screen and (max-width: 991px) {
  .woocommerce.tax-product_cat .category-header .inner-header .category-info, .woocommerce.tax-product_cat .category-header .inner-header .tag-info, .woocommerce.tax-product_cat .tag-header .inner-header .category-info, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info, .woocommerce.tax-product_tag .category-header .inner-header .category-info, .woocommerce.tax-product_tag .category-header .inner-header .tag-info, .woocommerce.tax-product_tag .tag-header .inner-header .category-info, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info {
    width: 100%;
    padding: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce.tax-product_cat .category-header .inner-header .category-info, .woocommerce.tax-product_cat .category-header .inner-header .tag-info, .woocommerce.tax-product_cat .tag-header .inner-header .category-info, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info, .woocommerce.tax-product_tag .category-header .inner-header .category-info, .woocommerce.tax-product_tag .category-header .inner-header .tag-info, .woocommerce.tax-product_tag .tag-header .inner-header .category-info, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info {
    width: 100%;
    padding: 24px;
  }
}
.woocommerce.tax-product_cat .category-header .inner-header .category-info .title .top-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .title .top-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .title .top-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .title .top-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .title .top-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .title .top-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .title .top-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .title .top-title {
  color: #F9EBC7 !important;
}
.woocommerce.tax-product_cat .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .category-title {
  font-weight: bold;
  color: #fff;
}
.woocommerce.tax-product_cat .category-header .inner-header .category-image, .woocommerce.tax-product_cat .category-header .inner-header .tag-image, .woocommerce.tax-product_cat .tag-header .inner-header .category-image, .woocommerce.tax-product_cat .tag-header .inner-header .tag-image, .woocommerce.tax-product_tag .category-header .inner-header .category-image, .woocommerce.tax-product_tag .category-header .inner-header .tag-image, .woocommerce.tax-product_tag .tag-header .inner-header .category-image, .woocommerce.tax-product_tag .tag-header .inner-header .tag-image {
  width: calc(100% / 12 * 6);
  position: relative;
  aspect-ratio: auto 1.7777777778;
}
@media only screen and (max-width: 991px) {
  .woocommerce.tax-product_cat .category-header .inner-header .category-image, .woocommerce.tax-product_cat .category-header .inner-header .tag-image, .woocommerce.tax-product_cat .tag-header .inner-header .category-image, .woocommerce.tax-product_cat .tag-header .inner-header .tag-image, .woocommerce.tax-product_tag .category-header .inner-header .category-image, .woocommerce.tax-product_tag .category-header .inner-header .tag-image, .woocommerce.tax-product_tag .tag-header .inner-header .category-image, .woocommerce.tax-product_tag .tag-header .inner-header .tag-image {
    display: none;
  }
}
.woocommerce.tax-product_cat .category-header .inner-header .category-image::before, .woocommerce.tax-product_cat .category-header .inner-header .tag-image::before, .woocommerce.tax-product_cat .tag-header .inner-header .category-image::before, .woocommerce.tax-product_cat .tag-header .inner-header .tag-image::before, .woocommerce.tax-product_tag .category-header .inner-header .category-image::before, .woocommerce.tax-product_tag .category-header .inner-header .tag-image::before, .woocommerce.tax-product_tag .tag-header .inner-header .category-image::before, .woocommerce.tax-product_tag .tag-header .inner-header .tag-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: #BC6C25;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M100,0 Q30,50 100,100 L0,100 L0,0 Z' fill='black'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  z-index: 2;
}
.woocommerce.tax-product_cat .category-header .inner-header .category-image .image-holder, .woocommerce.tax-product_cat .category-header .inner-header .tag-image .image-holder, .woocommerce.tax-product_cat .tag-header .inner-header .category-image .image-holder, .woocommerce.tax-product_cat .tag-header .inner-header .tag-image .image-holder, .woocommerce.tax-product_tag .category-header .inner-header .category-image .image-holder, .woocommerce.tax-product_tag .category-header .inner-header .tag-image .image-holder, .woocommerce.tax-product_tag .tag-header .inner-header .category-image .image-holder, .woocommerce.tax-product_tag .tag-header .inner-header .tag-image .image-holder {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.woocommerce.tax-product_cat .sub-categories, .woocommerce.tax-product_tag .sub-categories {
  width: 100%;
  margin-bottom: 24px;
}
.woocommerce.tax-product_cat .sub-categories:not(:first-child), .woocommerce.tax-product_tag .sub-categories:not(:first-child) {
  margin-top: 24px;
}
.woocommerce.tax-product_cat .sub-categories .category-items, .woocommerce.tax-product_tag .sub-categories .category-items {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.woocommerce.tax-product_cat .sub-categories .category-items.few-categories .custom-scrollbar, .woocommerce.tax-product_tag .sub-categories .category-items.few-categories .custom-scrollbar {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .woocommerce.tax-product_cat .sub-categories .category-items.few-categories .custom-scrollbar, .woocommerce.tax-product_tag .sub-categories .category-items.few-categories .custom-scrollbar {
    display: flex;
  }
}
.woocommerce.tax-product_cat .sub-categories .category-items.few-categories .category-items-wrapper:before, .woocommerce.tax-product_tag .sub-categories .category-items.few-categories .category-items-wrapper:before {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .woocommerce.tax-product_cat .sub-categories .category-items.few-categories .category-items-wrapper:before, .woocommerce.tax-product_tag .sub-categories .category-items.few-categories .category-items-wrapper:before {
    display: block;
  }
}
.woocommerce.tax-product_cat .sub-categories .category-items.few-categories .category-items-wrapper .draggable-container .category-icon-block, .woocommerce.tax-product_tag .sub-categories .category-items.few-categories .category-items-wrapper .draggable-container .category-icon-block {
  min-width: calc(((1400px - 8px) / 5) - 24px);
  max-width: calc(((1400px - 8px) / 5) - 24px);
}
@media only screen and (max-width: 768px) {
  .woocommerce.tax-product_cat .sub-categories .category-items.few-categories .category-items-wrapper .draggable-container .category-icon-block, .woocommerce.tax-product_tag .sub-categories .category-items.few-categories .category-items-wrapper .draggable-container .category-icon-block {
    min-width: 200px;
    max-width: 200px;
  }
}
.woocommerce.tax-product_cat .sub-categories .category-items.few-categories .category-items-wrapper .draggable-container .category-icon-block:last-child, .woocommerce.tax-product_tag .sub-categories .category-items.few-categories .category-items-wrapper .draggable-container .category-icon-block:last-child {
  margin-right: 0 !important;
}
.woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  position: relative;
}
.woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper:before, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(to right, transparent, #F5F3F0);
  pointer-events: none;
}
.woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container {
  display: flex;
  overflow-x: auto;
  user-select: none;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container::-webkit-scrollbar, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container::-webkit-scrollbar {
  display: none;
}
.woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block {
  min-width: calc(((1400px - 8px) / 5) - 16px);
  max-width: calc(((1400px - 8px) / 5) - 16px);
  flex-shrink: 0;
  cursor: pointer;
  margin-right: 24px;
  padding: 3px;
}
@media only screen and (max-width: 768px) {
  .woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block {
    min-width: 200px;
    max-width: 200px;
  }
}
.woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a {
  text-decoration: none;
  display: flex;
  width: 100%;
  padding: 2px;
}
.woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block {
  padding: 24px;
  border-radius: 0px 15px;
  border: 1px solid rgba(69, 70, 42, 0.25);
  background: #F5F3F0;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block {
    padding: 16px;
    border: 1px solid rgba(69, 70, 42, 0.1);
  }
}
.woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -16px;
  top: -16px;
}
@media only screen and (max-width: 540px) {
  .woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon {
    height: 30px;
  }
}
.woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0.1;
}
@media only screen and (max-width: 640px) {
  .woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block .cat-icon .image-holder {
    opacity: 0.05;
  }
}
.woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block p, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block p {
  font-weight: bold;
  color: #54622E;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block p, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block p {
    font-size: 16px;
  }
}
.woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block span, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block span {
  color: #54622E;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block span, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a .inner-block span {
    font-size: 14px;
  }
}
.woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a:hover .inner-block, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .draggable-container .category-icon-block a:hover .inner-block {
  border: 1px solid #45462a;
}
.woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .custom-scrollbar, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .custom-scrollbar {
  width: 100%;
  height: 4px;
  margin: 0 auto;
  background: #ebe7e1;
  border-radius: 999px;
  position: relative;
  margin-top: 16px;
}
.woocommerce.tax-product_cat .sub-categories .category-items .category-items-wrapper .custom-scrollbar .custom-thumb, .woocommerce.tax-product_tag .sub-categories .category-items .category-items-wrapper .custom-scrollbar .custom-thumb {
  height: 4px;
  background: #54622E;
  border-radius: 999px;
  width: 100px;
  position: absolute;
  left: 0;
  transition: left 0.1s linear;
  cursor: grab;
}
.woocommerce.tax-product_cat .makers-section, .woocommerce.tax-product_tag .makers-section {
  background: #E6E6D0;
  position: relative;
}
.woocommerce.tax-product_cat .makers-section .in-grid, .woocommerce.tax-product_tag .makers-section .in-grid {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.woocommerce.tax-product_cat .makers-section .in-grid > div, .woocommerce.tax-product_tag .makers-section .in-grid > div {
  width: 100%;
  padding: 0 128px !important;
}
@media only screen and (max-width: 1200px) {
  .woocommerce.tax-product_cat .makers-section .in-grid > div, .woocommerce.tax-product_tag .makers-section .in-grid > div {
    padding: 0 64px !important;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce.tax-product_cat .makers-section .in-grid > div, .woocommerce.tax-product_tag .makers-section .in-grid > div {
    padding: 0 16px !important;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce.tax-product_cat .makers-section .in-grid > div, .woocommerce.tax-product_tag .makers-section .in-grid > div {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -o-align-self: center;
    align-self: center;
  }
}
.woocommerce.tax-product_cat .makers-section .in-grid .makers-header, .woocommerce.tax-product_tag .makers-section .in-grid .makers-header {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 991px) {
  .woocommerce.tax-product_cat .makers-section .in-grid .makers-header, .woocommerce.tax-product_tag .makers-section .in-grid .makers-header {
    margin-bottom: 24px;
  }
}
.woocommerce.tax-product_cat .makers-section .in-grid .makers-grid, .woocommerce.tax-product_tag .makers-section .in-grid .makers-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
.woocommerce.tax-product_cat .makers-section .in-grid .makers-grid.has-1-item > :nth-child(1), .woocommerce.tax-product_tag .makers-section .in-grid .makers-grid.has-1-item > :nth-child(1) {
  grid-column: 2;
}
.woocommerce.tax-product_cat .makers-section .in-grid .makers-grid.has-2-items, .woocommerce.tax-product_tag .makers-section .in-grid .makers-grid.has-2-items {
  grid-template-columns: 1fr 30px 1fr;
  justify-content: center;
  max-width: calc(66.67% + 30px);
  margin: 0 auto;
}
.woocommerce.tax-product_cat .makers-section .in-grid .makers-grid.has-2-items > :nth-child(1), .woocommerce.tax-product_tag .makers-section .in-grid .makers-grid.has-2-items > :nth-child(1) {
  grid-column: 1;
}
.woocommerce.tax-product_cat .makers-section .in-grid .makers-grid.has-2-items > :nth-child(2), .woocommerce.tax-product_tag .makers-section .in-grid .makers-grid.has-2-items > :nth-child(2) {
  grid-column: 3;
}
@media only screen and (max-width: 768px) {
  .woocommerce.tax-product_cat .makers-section .in-grid .makers-grid, .woocommerce.tax-product_tag .makers-section .in-grid .makers-grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 300px;
  }
  .woocommerce.tax-product_cat .makers-section .in-grid .makers-grid > div, .woocommerce.tax-product_tag .makers-section .in-grid .makers-grid > div {
    max-width: 300px;
  }
  .woocommerce.tax-product_cat .makers-section .in-grid .makers-grid.has-1-item, .woocommerce.tax-product_cat .makers-section .in-grid .makers-grid.has-2-items, .woocommerce.tax-product_tag .makers-section .in-grid .makers-grid.has-1-item, .woocommerce.tax-product_tag .makers-section .in-grid .makers-grid.has-2-items {
    grid-template-columns: repeat(1, 1fr) !important;
    max-width: 300px !important;
    margin: 0 auto !important;
  }
  .woocommerce.tax-product_cat .makers-section .in-grid .makers-grid.has-1-item > div, .woocommerce.tax-product_cat .makers-section .in-grid .makers-grid.has-2-items > div, .woocommerce.tax-product_tag .makers-section .in-grid .makers-grid.has-1-item > div, .woocommerce.tax-product_tag .makers-section .in-grid .makers-grid.has-2-items > div {
    grid-column: 1 !important;
  }
}
.woocommerce.tax-product_cat .makers-section .in-grid .all-makers-link, .woocommerce.tax-product_tag .makers-section .in-grid .all-makers-link {
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.woocommerce .shop-main.dark-bg {
  background: #54622E;
  padding: 64px 0;
  border-radius: 0px 50px 0px 0px;
}
.woocommerce .shop-main.dark-bg .title-container .title .top-title {
  color: #F9EBC7 !important;
}
.woocommerce .shop-main.dark-bg:last-child {
  margin-bottom: 64px;
}
@media only screen and (max-width: 991px) {
  .woocommerce .shop-main.dark-bg:last-child {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce .shop-main.dark-bg {
    padding: 48px 0;
    border-radius: 0px 30px 0px 0px;
  }
}
.woocommerce .shop-main.dark-bg .filter-sidebar .search-filter-field .search-filter-label {
  color: #F9EBC7 !important;
}
@media only screen and (max-width: 991px) {
  .woocommerce .shop-main.dark-bg .filter-sidebar .search-filter-field .search-filter-label {
    color: #BC6C25 !important;
  }
}
.woocommerce .shop-main.dark-bg .filter-sidebar .search-filter-field * {
  color: #fff !important;
}
@media only screen and (max-width: 991px) {
  .woocommerce .shop-main.dark-bg .filter-sidebar .search-filter-field * {
    color: #000 !important;
  }
}
.woocommerce .shop-main.dark-bg .woocommerce-pagination {
  grid-column: 1 / -1;
}
.woocommerce .shop-main.dark-bg .woocommerce-pagination ul li span:not(.dots) {
  color: #45462A !important;
  background: #fff;
}
.woocommerce .shop-main.dark-bg .woocommerce-pagination ul li .dots {
  background: transparent;
}
.woocommerce .shop-main.dark-bg .woocommerce-pagination ul li a, .woocommerce .shop-main.dark-bg .woocommerce-pagination ul li span {
  border: 2px solid #fff !important;
  color: #fff;
}
.woocommerce .shop-main.dark-bg .woocommerce-pagination ul li a.next, .woocommerce .shop-main.dark-bg .woocommerce-pagination ul li a.prev, .woocommerce .shop-main.dark-bg .woocommerce-pagination ul li span.next, .woocommerce .shop-main.dark-bg .woocommerce-pagination ul li span.prev {
  font-size: 0;
  position: relative;
}
.woocommerce .shop-main.dark-bg .woocommerce-pagination ul li a.next:before, .woocommerce .shop-main.dark-bg .woocommerce-pagination ul li a.prev:before, .woocommerce .shop-main.dark-bg .woocommerce-pagination ul li span.next:before, .woocommerce .shop-main.dark-bg .woocommerce-pagination ul li span.prev:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.woocommerce .shop-main.dark-bg .woocommerce-pagination ul li a.prev:before, .woocommerce .shop-main.dark-bg .woocommerce-pagination ul li span.prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.22793 9.33999L19.1719 9.33999L19.1719 10.66L3.22793 10.66L10.8737 18.3058L9.93188 19.24L0.691876 9.99999L9.93188 0.75999L10.8737 1.69422L3.22793 9.33999Z' fill='%23fff'/%3E%3C/svg%3E");
}
.woocommerce .shop-main.dark-bg .woocommerce-pagination ul li a.next:before, .woocommerce .shop-main.dark-bg .woocommerce-pagination ul li span.next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6354 10.66H0.691406V9.34001H16.6354L8.98959 1.69424L9.93141 0.76001L19.1714 10L9.93141 19.24L8.98959 18.3058L16.6354 10.66Z' fill='%23fff'/%3E%3C/svg%3E");
}
.woocommerce .shop-main.dark-bg .woocommerce-pagination ul li a:hover:not(.dots), .woocommerce .shop-main.dark-bg .woocommerce-pagination ul li span:hover:not(.dots) {
  color: #45462A !important;
  background: #fff;
}
.woocommerce .shop-main.dark-bg .woocommerce-pagination ul li a:hover:not(.dots).prev:before, .woocommerce .shop-main.dark-bg .woocommerce-pagination ul li span:hover:not(.dots).prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.22793 9.33999L19.1719 9.33999L19.1719 10.66L3.22793 10.66L10.8737 18.3058L9.93188 19.24L0.691876 9.99999L9.93188 0.75999L10.8737 1.69422L3.22793 9.33999Z' fill='%2345462A'/%3E%3C/svg%3E");
}
.woocommerce .shop-main.dark-bg .woocommerce-pagination ul li a:hover:not(.dots).next:before, .woocommerce .shop-main.dark-bg .woocommerce-pagination ul li span:hover:not(.dots).next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6354 10.66H0.691406V9.34001H16.6354L8.98959 1.69424L9.93141 0.76001L19.1714 10L9.93141 19.24L8.98959 18.3058L16.6354 10.66Z' fill='%2345462A'/%3E%3C/svg%3E");
}
.woocommerce .shop-main .title-grid {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1400px) {
  .woocommerce .shop-main .title-grid {
    max-width: 100%;
  }
}
.woocommerce .shop-main .title-grid .title-container {
  width: 100%;
  margin-bottom: 48px;
}
@media only screen and (max-width: 991px) {
  .woocommerce .shop-main .title-grid .title-container {
    margin-bottom: 24px;
  }
}
.woocommerce .shop-main .title-grid .title-container * {
  color: #fff !important;
}
.woocommerce .shop-main .title-grid .title-container h2.overview-title, .woocommerce .shop-main .title-grid .title-container .single-post .post-hero .inner-hero .content-col .overview-title.entry-title, .single-post .post-hero .inner-hero .content-col .woocommerce .shop-main .title-grid .title-container .overview-title.entry-title, .woocommerce .shop-main .title-grid .title-container .single-product .product-summary .in-grid .summary .inner-summary .overview-title.product_title, .single-product .product-summary .in-grid .summary .inner-summary .woocommerce .shop-main .title-grid .title-container .overview-title.product_title, .woocommerce .shop-main .title-grid .title-container .woocommerce.tax-product_cat .category-header .inner-header .category-info .overview-title.category-title, .woocommerce.tax-product_cat .category-header .inner-header .category-info .woocommerce .shop-main .title-grid .title-container .overview-title.category-title, .woocommerce .shop-main .title-grid .title-container .woocommerce.tax-product_cat .category-header .inner-header .tag-info .overview-title.category-title, .woocommerce.tax-product_cat .category-header .inner-header .tag-info .woocommerce .shop-main .title-grid .title-container .overview-title.category-title, .woocommerce .shop-main .title-grid .title-container .woocommerce.tax-product_cat .tag-header .inner-header .category-info .overview-title.category-title, .woocommerce.tax-product_cat .tag-header .inner-header .category-info .woocommerce .shop-main .title-grid .title-container .overview-title.category-title, .woocommerce .shop-main .title-grid .title-container .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .overview-title.category-title, .woocommerce.tax-product_cat .tag-header .inner-header .tag-info .woocommerce .shop-main .title-grid .title-container .overview-title.category-title, .woocommerce .shop-main .title-grid .title-container .woocommerce.tax-product_tag .category-header .inner-header .category-info .overview-title.category-title, .woocommerce.tax-product_tag .category-header .inner-header .category-info .woocommerce .shop-main .title-grid .title-container .overview-title.category-title, .woocommerce .shop-main .title-grid .title-container .woocommerce.tax-product_tag .category-header .inner-header .tag-info .overview-title.category-title, .woocommerce.tax-product_tag .category-header .inner-header .tag-info .woocommerce .shop-main .title-grid .title-container .overview-title.category-title, .woocommerce .shop-main .title-grid .title-container .woocommerce.tax-product_tag .tag-header .inner-header .category-info .overview-title.category-title, .woocommerce.tax-product_tag .tag-header .inner-header .category-info .woocommerce .shop-main .title-grid .title-container .overview-title.category-title, .woocommerce .shop-main .title-grid .title-container .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .overview-title.category-title, .woocommerce.tax-product_tag .tag-header .inner-header .tag-info .woocommerce .shop-main .title-grid .title-container .overview-title.category-title {
  text-align: center;
}
.woocommerce .shop-main > .search-filter-query {
  width: calc(100% / 12 * 8);
}
@media only screen and (max-width: 991px) {
  .woocommerce .shop-main > .search-filter-query {
    width: 100%;
  }
}
.woocommerce .shop-main > .search-filter-query .products-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 640px) {
  .woocommerce .shop-main > .search-filter-query .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.woocommerce .shop-main > .products-grid {
  width: calc(100% / 12 * 12);
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .woocommerce .shop-main > .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.woocommerce .shop-main > .in-grid > .search-filter-query {
  width: calc(100% / 12 * 8);
}
@media only screen and (max-width: 991px) {
  .woocommerce .shop-main > .in-grid > .search-filter-query {
    width: 100%;
  }
}
.woocommerce .shop-main > .in-grid > .search-filter-query .products-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 640px) {
  .woocommerce .shop-main > .in-grid > .search-filter-query .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.woocommerce .shop-main > .in-grid > .search-filter-query:first-child {
  width: 100%;
}
.woocommerce .shop-main > .in-grid > .search-filter-query:first-child > .products-grid {
  width: calc(100% / 12 * 12);
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .woocommerce .shop-main > .in-grid > .search-filter-query:first-child > .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.woocommerce .shop-main > .in-grid > .products-grid {
  width: calc(100% / 12 * 12);
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .woocommerce .shop-main > .in-grid > .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.woocommerce .filter-sidebar {
  width: calc(100% / 12 * 4);
  padding-right: 64px !important;
}
.woocommerce .filter-sidebar .category-items {
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .woocommerce .filter-sidebar .category-items {
    margin-top: 0;
  }
}
@media only screen and (min-width: 991px) {
  .woocommerce .filter-sidebar .parent-categories {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E6E6D0;
  }
}
.woocommerce .filter-sidebar .parent-categories > span {
  color: #BC6C25 !important;
}
@media only screen and (max-width: 991px) {
  .woocommerce .filter-sidebar .parent-categories > span {
    display: none;
  }
}
.woocommerce .filter-sidebar .parent-categories ul {
  list-style: none;
}
.woocommerce .filter-sidebar .parent-categories ul li {
  margin-top: 8px;
}
@media only screen and (max-width: 991px) {
  .woocommerce .filter-sidebar .parent-categories ul li {
    margin-top: 0;
  }
}
.woocommerce .filter-sidebar .parent-categories ul li a {
  text-decoration: none;
  color: #000;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.woocommerce .filter-sidebar .parent-categories ul li a:hover {
  color: #BC6C25;
}
@media only screen and (max-width: 991px) {
  .woocommerce .filter-sidebar .parent-categories .category-items-wrapper {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    position: relative;
    margin-bottom: 16px;
  }
  .woocommerce .filter-sidebar .parent-categories .category-items-wrapper:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(to right, transparent, #F5F3F0);
    pointer-events: none;
  }
  .woocommerce .filter-sidebar .parent-categories .category-items-wrapper .draggable-container {
    display: flex;
    overflow-x: auto;
    user-select: none;
    cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 16px;
    padding-right: 24px;
  }
  .woocommerce .filter-sidebar .parent-categories .category-items-wrapper .draggable-container::-webkit-scrollbar {
    display: none;
  }
  .woocommerce .filter-sidebar .parent-categories .category-items-wrapper .draggable-container li {
    flex-shrink: 0;
    cursor: pointer;
    display: flex;
  }
  .woocommerce .filter-sidebar .parent-categories .category-items-wrapper .draggable-container li a {
    display: flex;
    padding: 8px 24px;
    border: 1px solid #5F6368;
    border-radius: 0 8px;
    -webkit-border-radius: 0 8px;
    -moz-border-radius: 0 8px;
    -ms-border-radius: 0 8px;
    -o-border-radius: 0 8px;
    border-radius: 0 8px;
  }
  .woocommerce .filter-sidebar .parent-categories .category-items-wrapper .draggable-container li a:hover {
    color: #000;
  }
}
@media only screen and (max-width: 991px) and only screen and (max-width: 1400px) {
  .woocommerce .filter-sidebar .parent-categories .category-items-wrapper .draggable-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.woocommerce .filter-sidebar .show-filters {
  padding-right: 16px;
}
.woocommerce .filter-sidebar .show-filters, .woocommerce .filter-sidebar .apply-btn {
  display: none;
}
@media only screen and (max-width: 991px) {
  .woocommerce .filter-sidebar .show-filters, .woocommerce .filter-sidebar .apply-btn {
    display: flex;
    width: 100%;
  }
}
.woocommerce .filter-sidebar .show-filters .button, .woocommerce .filter-sidebar .apply-btn .button {
  padding: 16px 48px 16px 24px !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.woocommerce .filter-sidebar .show-filters .button:after, .woocommerce .filter-sidebar .apply-btn .button:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M0 416c0 17.7 14.3 32 32 32l54.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-246.7 0c-12.3-28.3-40.5-48-73.3-48s-61 19.7-73.3 48L32 384c-17.7 0-32 14.3-32 32zm128 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32-80c-32.8 0-61 19.7-73.3 48L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l246.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48l54.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-54.7 0c-12.3-28.3-40.5-48-73.3-48zM192 128a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm73.3-64C253 35.7 224.8 16 192 16s-61 19.7-73.3 48L32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l86.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 128c17.7 0 32-14.3 32-32s-14.3-32-32-32L265.3 64z' fill='%23fff' /%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
}
.woocommerce .filter-sidebar .show-filters .button:hover, .woocommerce .filter-sidebar .apply-btn .button:hover {
  cursor: pointer;
}
.woocommerce .filter-sidebar .filter-pop-up {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .woocommerce .filter-sidebar .filter-pop-up {
    display: flex !important;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce .filter-sidebar .filter-pop-up {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 9999999;
    top: 0;
    left: 0;
    padding: 24px;
  }
}
.woocommerce .filter-sidebar .filter-pop-up > div {
  width: 100%;
}
.woocommerce .filter-sidebar .filter-pop-up .pop-up-header {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  gap: 24px;
  display: none;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6D0;
}
@media only screen and (max-width: 991px) {
  .woocommerce .filter-sidebar .filter-pop-up .pop-up-header {
    display: flex;
  }
}
.woocommerce .filter-sidebar .filter-pop-up .pop-up-header span {
  color: #BC6C25;
}
.woocommerce .filter-sidebar .filter-pop-up .pop-up-header .close {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.woocommerce .filter-sidebar .filter-pop-up .pop-up-header .close:hover {
  cursor: pointer;
}
.woocommerce .filter-sidebar .filter-pop-up .pop-up-header .close svg {
  height: 24px;
  width: 24px;
}
.woocommerce .filter-sidebar .filter-pop-up .search-filter-field:not(:last-child, :nth-last-child(2)) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6D0;
}
.woocommerce .filter-sidebar .filter-pop-up .apply-btn {
  margin-top: 24px;
}
@media only screen and (max-width: 991px) {
  .woocommerce .filter-sidebar {
    width: 100%;
    padding-right: 0 !important;
    padding-bottom: 24px;
  }
}
.woocommerce .woocommerce-pagination {
  width: 100%;
}
.woocommerce .woocommerce-pagination:not(:first-child) {
  margin-top: 24px;
}
.woocommerce .woocommerce-pagination ul {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
  width: 100%;
}
.woocommerce .woocommerce-pagination ul li span, .woocommerce .woocommerce-pagination ul li a {
  height: 60px;
  width: 60px;
  border: 2px solid #45462A;
  color: #45462A;
  text-decoration: none;
  display: flex;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.woocommerce .woocommerce-pagination ul li span.next, .woocommerce .woocommerce-pagination ul li span.prev, .woocommerce .woocommerce-pagination ul li a.next, .woocommerce .woocommerce-pagination ul li a.prev {
  font-size: 0;
  position: relative;
}
.woocommerce .woocommerce-pagination ul li span.next:before, .woocommerce .woocommerce-pagination ul li span.prev:before, .woocommerce .woocommerce-pagination ul li a.next:before, .woocommerce .woocommerce-pagination ul li a.prev:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.woocommerce .woocommerce-pagination ul li span.prev:before, .woocommerce .woocommerce-pagination ul li a.prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.22793 9.33999L19.1719 9.33999L19.1719 10.66L3.22793 10.66L10.8737 18.3058L9.93188 19.24L0.691876 9.99999L9.93188 0.75999L10.8737 1.69422L3.22793 9.33999Z' fill='%2345462A'/%3E%3C/svg%3E");
}
.woocommerce .woocommerce-pagination ul li span.next:before, .woocommerce .woocommerce-pagination ul li a.next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6354 10.66H0.691406V9.34001H16.6354L8.98959 1.69424L9.93141 0.76001L19.1714 10L9.93141 19.24L8.98959 18.3058L16.6354 10.66Z' fill='%2345462A'/%3E%3C/svg%3E");
}
.woocommerce .woocommerce-pagination ul li a:hover {
  background: #45462A;
  color: #fff;
}
.woocommerce .woocommerce-pagination ul li a:hover.prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.22793 9.33999L19.1719 9.33999L19.1719 10.66L3.22793 10.66L10.8737 18.3058L9.93188 19.24L0.691876 9.99999L9.93188 0.75999L10.8737 1.69422L3.22793 9.33999Z' fill='%23fff'/%3E%3C/svg%3E");
}
.woocommerce .woocommerce-pagination ul li a:hover.next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M16.6354 10.66H0.691406V9.34001H16.6354L8.98959 1.69424L9.93141 0.76001L19.1714 10L9.93141 19.24L8.98959 18.3058L16.6354 10.66Z' fill='%23fff'/%3E%3C/svg%3E");
}
.woocommerce .woocommerce-pagination ul li span {
  background: #45462A;
  color: #fff;
}
.woocommerce-shop .shop-main, .woocommerce .shop-main {
  width: 100%;
}
.woocommerce-shop .shop-main:first-child, .woocommerce .shop-main:first-child {
  padding-top: 64px;
}
.woocommerce-shop .shop-main:last-child, .woocommerce .shop-main:last-child {
  padding-bottom: 64px;
}
