@charset "UTF-8";
/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/**
* Flex
*
*/
/**
* Images with aspect ratio
*
*/
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover, .woocommerce ul.products li.product:hover img, a svg, a {
  transition: all 0.3s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Wrap
--------------------------------------------- */
.site-container {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

  /* Left Sidebar */
  .sidebar-content .site-main {
    float: right;
    width: 77.8301886792%;
  }
  .sidebar-content .sidebar-primary {
    float: left;
    width: 19.6540880503%;
  }

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

.elementor-template-full-width .content-area.wrap {
	max-width: 100vw;
	padding-left: 0;
	padding-right: 0;
}

.content-sidebar .sidebar-primary {
  padding: 0 16px;
  background-color: #fff;
}

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

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

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

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

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

textarea {
  width: 100%;
}

::-moz-placeholder {
  color: #9298a5;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #9298a5;
}

::-webkit-input-placeholder {
  color: #9298a5;
}

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

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

/* CF7 */
.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=email], .wpcf7-form-control-wrap textarea {
  width: 100%;
  margin-bottom: 1em;
  padding: 8px 16px;
  font-size: 0.875em;
  line-height: 1;
  border-bottom: 1px solid #D53A75;
  background-color: #f7f7f7;
}
.wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7-form-control-wrap input[type=email]:focus, .wpcf7-form-control-wrap textarea:focus {
  border: 1px solid #D53A75;
  background-color: #fff;
  outline: none;
}
.wpcf7-form-control-wrap input[type=checkbox] {
  margin-right: 2px;
  position: relative;
}

.rgpd {
  margin-top: -16px;
  font-size: 0.875em;
}
.rgpd a {
  color: #aa6e14;
  text-decoration: none;
}
.rgpd a:hover {
  text-decoration: underline;
}
.rgpd .wpcf7-list-item {
  margin: -16px 0 0 0;
}
.rgpd .wpcf7-list-item input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.rgpd .wpcf7-list-item .wpcf7-list-item-label {
  width: calc(100% - 24px);
  margin-left: 8px;
}

.rgpd-acceptance {
  display: block;
}

input[type=submit] {
  font-size: 0.875em;
  font-weight: 700;
  padding: 12px 32px;
  background-color: #aa6e14;
  border-radius: 32px;
  color: #fff;
  width: auto;
}
input[type=submit]:hover {
  background-color: #db7f16;
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #777777;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  overflow-x: hidden;
  outline: none;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media print {
  body {
    font-family: sans-serif;
  }
}

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

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

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

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

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

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

cite {
  font-style: normal;
}

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

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

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

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

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

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

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

/* Button
--------------------------------------------- */
.wp-block-button__link {
  border: 2px solid #ad6411;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  padding: 16px 32px;
  text-decoration: none;
}
.is-style-full .wp-block-button__link, .wp-block-button__link.full {
  display: block;
  width: 100%;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #db7f16;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #ad6411;
}
.wp-block-button__link.has-color1-color:hover, .wp-block-button__link.has-color1-color:focus {
  color: #db7f16;
}
.wp-block-button__link.has-color1-background-color:hover, .wp-block-button__link.has-color1-background-color:focus {
  background-color: #ad6411;
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
  color: #000000;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: black;
}
.wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
  color: #9298a5;
}
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  background-color: #767e8e;
}

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

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

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

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

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

/* Color Options
--------------------------------------------- */
.has-color1-color {
  color: #db7f16;
}

.has-color1-background-color {
  background-color: #db7f16;
}

.has-black-color {
  color: #000000;
}

.has-black-background-color {
  background-color: #000000;
}

.has-grey-color {
  color: #9298a5;
}

.has-grey-background-color {
  background-color: #9298a5;
}

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

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

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

/* Custom Slider in Admin */
.custom-slider {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  border: 2px solid #db7f16;
  padding: 16px 0;
  color: #db7f16;
}

/* Block Into */
.block-intro-icon {
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}

.block-intro-title {
  margin: 0 auto;
  text-align: center;
  font-size: 2em;
  font-weight: 400;
  color: #aa6e14;
}

.block-intro-subtitle {
  margin: 0 auto 48px;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #777777;
}

/* Block Newsletter */
.wp-block-newsletter .wrap {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.wp-block-newsletter .wrap .news-block-image {
  flex-basis: 40%;
}
.wp-block-newsletter .wrap .news-block-content {
  flex-basis: 55%;
}
.wp-block-newsletter .wrap .news-block-content .news-block-title {
  color: #aa6e14;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 20px;
}
@media (min-width: 768px) {
  .wp-block-newsletter .wrap .news-block-content .news-block-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .wp-block-newsletter .wrap .news-block-content .news-block-title {
    font-size: 24px;
  }
}
.wp-block-newsletter .wrap .news-block-content .news-block-abstract {
  color: #777777;
  font-weight: 400;
  font-size: 1em;
}

/* Home Background */
.home-background {
  background-color: #f7f7f7;
  margin: 0 calc(50% - 50vw) !important;
}

.home-background-before {
  background-image: url(../icons/utility/ona_01.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 10vw;
  margin: 0 calc(50% - 50vw) !important;
}

.home-background-after {
  background-image: url(../icons/utility/ona_02.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 10vw;
  margin: 0 calc(50% - 50vw) !important;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: #fff;
  position: relative;
  min-height: 49px;
}
.site-header.scrolled {
  background: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header.scrolled + .site-inner, .site-header.scrolled + .alignfull {
  padding-top: 0;
}
.site-header.scrolled::after {
  display: block;
}
.site-header.scrolled .site-title a {
  margin-top: 0;
}

.admin-bar .site-header {
  box-shadow: 0;
}
.admin-bar .site-header.scrolled {
  top: 0;
}
@media (min-width: 601px) {
  .admin-bar .site-header.scrolled {
    top: 46px;
  }
}
@media (min-width: 783px) {
  .admin-bar .site-header.scrolled {
    top: 32px;
  }
}

.title-area {
  float: left;
  width: 100%;
  max-width: 200px;
  text-align: left;
}
@media (min-width: 769px) {
  .title-area {
    max-width: 200px;
    text-align: left;
    margin: 0 auto;
  }
}
.title-area h1.site-title,
.title-area p.site-title {
  position: relative;
  z-index: 999;
  margin: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .title-area h1.site-title,
.title-area p.site-title {
    padding: 0;
  }
}
.title-area h1.site-title a,
.title-area p.site-title a {
  color: #777777;
  text-decoration: none;
}
.title-area .site-title a {
  display: block;
  width: 100%;
  padding-bottom: 16%;
  margin-top: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999em;
}
@media (max-width: 768px) {
  .title-area {
    float: none;
    height: 47px;
    margin: 0 16px;
    text-align: left;
  }
  .title-area .site-title a {
    height: 79px;
    padding-bottom: 0;
    background-size: 100%;
  }
}
@media (max-width: 360px) {
  .title-area {
    max-width: 120px;
    height: 48px;
    margin: 0 16px;
  }
  .title-area .site-title a {
    height: 48px;
    margin-top: 0;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
@media (min-width: 769px) {
  .site-container {
    padding-top: 86px;
  }

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 86px;
  }
}
@media (min-width: 769px) and (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 118px;
  }
  .admin-bar .site-header {
    top: 32px;
  }
}
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: #777777;
  display: block;
  font-size: 1em;
  font-weight: 400;
  line-height: 22px;
  padding: 32px 18px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-menu .menu-item a.menu-cart,
.nav-menu .menu-item a.menu-user,
.nav-menu .menu-item .search-toggle {
  padding: 32px 9px;
}
.nav-menu .menu-item:hover > a {
  color: #aa6e14;
  background: none;
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: #db7f16;
}
.nav-menu .menu-item .sub-menu .menu-item a {
  padding: 13px 18px;
}
.nav-menu .menu-item .menu-cart-btn {
  position: relative;
}
.nav-menu .menu-item .menu-cart-btn .cart-contents-count {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background-color: #aa6e14;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand svg {
  fill: #9298a5;
}
@media (max-width: 768px) {
  .nav-menu .nav-secondary .menu-item.search {
    padding: 4px 16px 16px;
  }
}
@media (min-width: 769px) {
  .nav-menu .nav-secondary .menu-item.search {
    margin: 5px 0 0 8px;
  }
  .nav-menu .nav-secondary .menu-item.search .search-field {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 268px;
  }
}
.nav-menu .nav-primary .menu-item.search,
.nav-menu .nav-primary .menu-item.user,
.nav-menu .nav-primary .menu-item.cart {
  line-height: 0;
}
@media (max-width: 768px) {
  .nav-menu .nav-primary .menu-item.search,
.nav-menu .nav-primary .menu-item.user,
.nav-menu .nav-primary .menu-item.cart {
    display: none;
  }
}
@media (min-width: 769px) {
  .nav-menu {
    display: flex;
    float: right;
    width: calc(100% - 232px);
    flex-flow: column-reverse nowrap;
  }
  .nav-menu .nav-primary,
.nav-menu .nav-secondary {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-menu .nav-primary + .nav-secondary {
    margin-bottom: 16px;
  }
  .nav-menu .menu {
    display: inline-block;
    width: auto;
  }
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .sub-menu {
    position: absolute;
    z-index: 99;
    left: -9999px;
    width: 215px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(153, 153, 153, 0.5);
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    background: #fff;
    color: #db7f16;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    display: block;
    max-width: calc(100% + 96px);
    margin: 0 -28px;
    border-top: 1px solid #f7f7f7;
    background: #f7f7f7;
  }
  .nav-menu .menu > .menu-item > a {
    padding: 11px 18px;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 12px;
    height: 12px;
  }
  .nav-menu .submenu-expand:not(.expanded) {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

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

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

@media (max-width: 768px) {
  .site-header .wrap {
    padding: 0 28px;
  }
}
.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle, .site-header .wrap > .menu-user, .site-header .wrap > .menu-cart {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
}
.site-header .wrap > .menu-toggle .menu-cart-btn, .site-header .wrap > .search-toggle .menu-cart-btn, .site-header .wrap > .menu-user .menu-cart-btn, .site-header .wrap > .menu-cart .menu-cart-btn {
  position: relative;
}
.site-header .wrap > .menu-toggle .menu-cart-btn .cart-contents-count, .site-header .wrap > .search-toggle .menu-cart-btn .cart-contents-count, .site-header .wrap > .menu-user .menu-cart-btn .cart-contents-count, .site-header .wrap > .menu-cart .menu-cart-btn .cart-contents-count {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background-color: #db7f16;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
}
@media (min-width: 769px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle, .site-header .wrap > .menu-user, .site-header .wrap > .menu-cart {
    display: none;
  }
}
.site-header .wrap > .menu-toggle {
  top: 10px;
  left: 10px;
}
.site-header .wrap > .menu-toggle svg {
  width: 16px;
}
.site-header .wrap > .search-toggle {
  top: 12px;
  right: 16px;
}
.site-header .wrap > .menu-user {
  top: 12px;
  right: 76px;
}
.site-header .wrap > .menu-cart {
  top: 12px;
  right: 46px;
}
.site-header .wrap .search-toggle svg,
.site-header .wrap .menu-user svg,
.site-header .wrap .menu-cart svg {
  fill: #db7f16;
  width: 20px;
  height: 20px;
}
.site-header .wrap .search-toggle svg:hover,
.site-header .wrap .menu-user svg:hover,
.site-header .wrap .menu-cart svg:hover {
  fill: #aa6e14;
}

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

/* Header Search Overlay
--------------------------------------------- */
#overlay {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
#overlay.active {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  font-size: 0.875em;
  margin-bottom: 24px;
  color: #db7f16;
}
.breadcrumb a {
  color: #aa6e14;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #db7f16;
}
.single .breadcrumb {
  border-top: 1px solid #f7f7f7;
  padding-top: 32px;
  text-align: center;
}

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

/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .singular .entry-header {
    margin-bottom: 48px;
    overflow: hidden;
    width: 100%;
  }
  .singular .entry-header .entry-author {
    float: left;
    margin: 0;
  }
  .singular .entry-header .shared-counts-wrap {
    float: right;
  }
}
.singular .entry-header *:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

/* Elementor Customizations */
.elementor-page .site-container {
  padding-top: 86px;
}
.elementor-page .content-area.wrap .elementor-widget-wrap {
  padding: 0;
}
.elementor-page .site-inner {
  padding: 0;
  margin-top: 32px;
}
.elementor-page .entry-header {
  margin-bottom: 0;
}
.elementor-page .breadcrumb {
  display: none;
}

/* Products Search Results */
.search .woocommerce ul.products li.product {
  width: 100%;
}

/* Owl Slider Navigation */
.owl-carousel .owl-dots {
  bottom: 1rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel .owl-dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
}
.owl-carousel button.owl-dot {
  border: 1px solid #db7f16 !important;
  border-radius: 50%;
  color: #fff;
  background-color: #fff !important;
  font: inherit;
}
.owl-carousel button.owl-dot:hover, .owl-carousel button.owl-dot.active {
  background-color: #db7f16 !important;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: -32px;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: 28px;
  width: 24px;
  height: 24px;
  color: #fff !important;
  background-color: #db7f16 !important;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  color: #fff !important;
  background-color: #db7f16 !important;
}

/* Product Slider */
.product-slider-container {
  clear: both;
}
.product-slider-container .related-icon {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-slider-container .related-title {
  margin: 0 auto;
  text-align: center;
  font-size: 2em;
  font-weight: 400;
  color: #aa6e14;
}
.product-slider-container .related-subtitle {
  margin: 0 auto 48px;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #777777;
}
.product-slider-container .product-slider {
  width: calc(100% - 100px);
  margin: 1rem auto;
}
.product-slider-container .product-slider ul.products li.product {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.product-slider-container .product-slider ul.products li.product a {
  text-decoration: none;
}
.product-slider-container .product-slider ul.products li.product a:hover {
  text-decoration: none;
}
.product-slider-container .owl-dots {
  bottom: 1rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-slider-container .owl-dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
}
.product-slider-container .owl-carousel button.owl-dot {
  border: 1px solid #db7f16 !important;
  border-radius: 50%;
  color: #fff;
  background-color: #fff !important;
  font: inherit;
}
.product-slider-container .owl-carousel button.owl-dot:hover {
  background-color: #db7f16 !important;
}
.product-slider-container .owl-carousel button.owl-dot.active {
  background-color: #db7f16 !important;
}
.product-slider-container .owl-nav {
  position: absolute;
  top: calc(50% - 4rem);
  width: 100%;
}
.product-slider-container .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  width: 27px;
  height: 55px;
  background: url(../icons/utility/chevron-left.svg) no-repeat center !important;
  background-size: contain !important;
}
.product-slider-container .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  width: 27px;
  height: 55px;
  background: url(../icons/utility/chevron-right.svg) no-repeat center !important;
  background-size: contain !important;
}

/* Related Products News (DIY-Crafts) */
.related-products-news {
  margin-top: 32px;
  padding: 32px 0;
  background: linear-gradient(to bottom, #db7f16 45%, #fff 45%);
}
.related-products-news .related-title {
  color: #fff;
}
.related-products-news ul li {
  list-style-type: none;
}
.related-products-news ul li .post-summary__title {
  min-height: 72px;
  padding: 16px;
  font-size: 1em;
  text-align: left;
}

.news-slider .ul li {
  list-style-type: none;
}
.news-slider .ul li .post-summary__title {
  min-height: 72px;
  padding: 16px;
  font-size: 1em;
  text-align: left;
}

/* Product Cat Slider */
.owl-product-categories a {
  text-decoration: none;
}
.owl-product-categories a:hover {
  text-decoration: none;
}
.owl-product-categories a .categories-name {
  font-size: 1.5em;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
.owl-product-categories a .categories-description {
  font-size: 1em;
  text-decoration: none;
  color: #777777;
  text-align: center;
}

/* Responsive Video */
#responsive-video {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 96px 64px;
  background-color: #db7f16;
}
#responsive-video .video-responsive {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
}
#responsive-video .video-responsive iframe,
#responsive-video .video-responsive object,
#responsive-video .video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-responsive {
  text-align: center;
}

/* WooCommerce Single Product Customization
---------------------------------------------------------------------------------------------------- */
.woocommerce.single-product .product-details__background {
  padding: 16px 0 112px;
  background-image: url(../icons/utility/bg-product-single.svg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #f7f7f7;
}
.woocommerce.single-product div.product .woocommerce-product-details__category {
  display: flex;
  list-style-type: none;
}
.woocommerce.single-product div.product .woocommerce-product-details__category li {
  font-size: 0.875em;
  font-weight: 700;
  color: #aa6e14;
}
.woocommerce.single-product div.product .woocommerce-product-details__category li:not(:first-child):before {
  content: "|";
  padding: 0 4px;
}
.woocommerce.single-product div.product .product_title {
  margin-bottom: 8px;
  font-size: 2em;
  font-weight: 600;
  color: #777777;
}
.woocommerce.single-product div.product .woocommerce-product-details__sku {
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 16px;
}
.woocommerce.single-product div.product .woocommerce-breadcrumb {
  color: #db7f16;
  font-size: 0.875em;
  text-transform: none;
}
.woocommerce.single-product div.product .woocommerce-breadcrumb a {
  color: #aa6e14;
  text-decoration: none;
}
.woocommerce.single-product div.product .woocommerce-product-details__short-description {
  float: left;
  width: 100%;
  color: #aa6e14;
  display: block;
}
.woocommerce.single-product div.product .bullet-points {
  display: block;
  clear: both;
  margin-top: -8px;
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.woocommerce.single-product div.product .bullet-points ul {
  list-style-type: none;
}
.woocommerce.single-product div.product .bullet-points ul li {
  margin-left: 16px;
  color: #aa6e14;
}
.woocommerce.single-product div.product .bullet-points ul li:before {
  content: url(../icons/utility/tick.svg);
  margin-left: -16px;
  margin-right: 8px;
  width: 8px;
  display: inline-block;
}
.woocommerce.single-product div.product .dimensions {
  font-weight: 600;
  font-size: 0.875em;
}
.woocommerce.single-product div.product p.price,
.woocommerce.single-product div.product span.price {
  font-size: 2em;
  font-weight: 700;
  margin: 16px 0;
  color: #777777;
}
.woocommerce.single-product div.product .woocommerce-tabs {
  clear: none;
  background-color: #fff;
  padding: 48px 16px;
  border-radius: 16px;
  margin-top: -32px;
}
.woocommerce.single-product div.product .product-section-title, .woocommerce.single-product div.product form.cart .variations label {
  color: #db7f16;
  font-size: 1em;
  font-weight: 600;
}
.woocommerce.single-product div.product form.cart {
  margin-bottom: 0;
}
.woocommerce.single-product div.product form.cart .variations {
  margin-bottom: 0;
}
.woocommerce.single-product div.product form.cart .variations label {
  margin: 0;
}
.woocommerce.single-product div.product form.cart .variations .variable-item-span {
  font-size: 0.9375em;
}
.woocommerce.single-product div.product form.cart .button {
  font-size: 1em;
  font-weight: 700;
  padding: 16px 32px;
  background-color: #aa6e14;
  border-radius: 32px;
}
.woocommerce.single-product div.product form.cart .button:hover {
  background-color: #db7f16;
}
.woocommerce.single-product div.product form.cart .button.single_add_to_cart_button:before {
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  background-image: url(../icons/utility/cart-button.svg);
  background-position: center left;
  background-size: contain;
  content: "";
}

/* WooCommerce Product Tabs
---------------------------------------------------------------------------- */
.wc-tabs-wrapper {
  margin: 16px 0;
}

.woocommerce div.product div.summary {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 8px;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  border-top: 1px solid #db7f16;
  padding-top: 16px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 0.875em;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 0.5em 0.5em 0.5em 0;
  color: #777777;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a {
  padding: 0.5em 0.5em 0.5em 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #777777;
  font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  text-transform: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
  display: block;
  float: right;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  background: url(../icons/utility/navigate-down.svg) no-repeat left;
  background-size: contain;
  content: " ";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #db7f16;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.woocommerce-product-attributes-item__label {
  text-align: left;
}

@media only screen and (min-width: 960px) {
  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
  }

  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0;
    background-color: transparent;
  }
  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #777777;
    font-weight: 400;
    text-transform: none;
  }
  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #777777;
    text-shadow: 0 0 0.05px #777777, 0 0 0.05px #777777;
  }

  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: none;
    background-color: transparent;
  }
  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #db7f16;
    font-weight: 700;
  }
  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
    text-shadow: none;
  }

  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
    display: none;
  }

  .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
    display: none;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 0.5em 0.5em 0.5em 0;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a {
    padding: 0.5em 0.5em 0.5em 0;
  }
}
@media only screen and (min-width: 1140px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 1em;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0 -5px;
    background-color: #fff;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
    display: none;
  }
}
/* Variation Swatches */
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
  border: 0 solid #777777;
  border-radius: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  border: 0 solid #638bc4;
  border-radius: 0;
  color: white;
  background-color: #638bc4;
  box-shadow: 0 0 0 1px #638bc4 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  box-shadow: 0 0 0 1px #638bc4 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus {
  box-shadow: 0 0 0 1px #638bc4 !important;
}

.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents::after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents::before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents::after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents::before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock .variable-item-contents::after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock .variable-item-contents::before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock:hover .variable-item-contents::after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).out-of-stock:hover .variable-item-contents::before {
  display: none;
}

/* Quantity increment Buttons */
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  background-color: #fff !important;
  border-color: #aa6e14 !important;
}

.plus.qib-button {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  background-color: #aa6e14 !important;
  color: #fff !important;
  border: 1px solid #aa6e14 !important;
}

.minus.qib-button {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  background-color: #aa6e14 !important;
  color: #fff !important;
  border: 1px solid #aa6e14 !important;
}

/* WooCommerce Archive */
.woocommerce ul.products li.product {
  border-radius: 10px;
  box-shadow: 0 0 8px 0 #aa6e14;
  background-color: #fff;
}
.woocommerce ul.products li.product .thumb-wrapper {
  display: block;
  overflow: hidden;
  background-color: #aa6e14;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.woocommerce ul.products li.product:hover img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce ul.products li.product h3 {
  min-height: 68px;
  margin: 0;
  padding: 16px 16px 0;
  font-size: 1em;
  text-align: left;
  font-weight: 600;
  color: #777777;
}
.woocommerce ul.products li.product .woocommerce-product-details__category {
  display: flex;
  list-style-type: none;
  padding: 0 16px;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-product-details__category li {
  font-size: 0.875em;
  font-weight: 600;
  color: #aa6e14;
}
.woocommerce ul.products li.product .woocommerce-product-details__category li:not(:first-child):before {
  content: "|";
  padding: 0 4px;
}
.woocommerce ul.products li.product .price {
  color: #9298a5;
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 1.125em;
  text-align: right;
  padding: 0 16px;
}

/* Category Archive */
.product-cat-title h1 {
  margin-bottom: 4px;
}
.product-cat-title h2 {
  margin-bottom: 4px;
  color: #db7f16;
  font-size: 1.5em;
  font-weight: 300;
}
.product-cat-title .woocommerce-breadcrumb {
  font-size: 0.875em;
  text-transform: none;
}
.product-cat-title .woocommerce-breadcrumb a {
  text-decoration: none;
}

.product-cat-decription {
  margin-top: 16px;
  margin-bottom: 32px;
  padding: 48px 0;
  background: linear-gradient(-70deg, #db7f16 43%, #db7f16 43%);
}
.product-cat-decription .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product-cat-decription .wrap .product-cat-benefits {
  max-width: calc(40% - 32px - 16px);
  margin-right: 32px;
  margin-left: 16px;
  list-style-type: none;
}
.product-cat-decription .wrap .product-cat-benefits .product-cat-benefit {
  margin-bottom: 8px;
  line-height: 1.25;
}
.product-cat-decription .wrap .product-cat-benefits .product-cat-benefit::before {
  display: inline-block;
  width: 0.5em;
  margin-left: -0.75em;
  color: #aa6e14;
  font-size: 20px;
  font-weight: bold;
  content: "•";
}
.product-cat-decription .wrap .product-cat-pictos {
  position: relative;
  padding: 0 48px;
  flex-basis: 30%;
}
.product-cat-decription .wrap .product-cat-pictos::before {
  position: absolute;
  left: 32px;
  height: 100%;
  border-left: 2px solid #db7f16;
  content: "";
}
.product-cat-decription .wrap .product-cat-pictos ul {
  margin-left: 16px;
}
.product-cat-decription .wrap .product-cat-pictos ul li {
  margin-bottom: 16px;
  color: #db7f16;
  font-size: 1.125em;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  list-style-type: none;
}
.product-cat-decription .wrap .product-cat-thumbnail {
  flex-basis: 30%;
  flex: 1;
}
.product-cat-decription .wrap .product-cat-thumbnail img {
  float: right;
}

.product-cat-video {
  clear: both;
  padding: 48px 0;
  background: linear-gradient(to bottom, #db7f16 45%, #fff 45%);
}
.product-cat-video .section-title {
  margin-bottom: 16px;
  color: #db7f16;
  text-align: center;
}
.product-cat-video .video-responsive {
  padding: 16px 0;
  text-align: center;
}

/* Faqs */
.product-cat-faqs {
  clear: both;
  padding: 48px 0;
  background-color: #db7f16;
}
.product-cat-faqs .section-title {
  margin-bottom: 32px;
  text-align: left;
}
.product-cat-faqs .accordion {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 16px;
  padding: 16px;
  background-color: #fff;
}
.product-cat-faqs .accordion .accordion-title {
  box-sizing: border-box;
  width: calc(100% - 32px);
  margin-left: 32px;
  color: #db7f16;
  font-size: 1.125em;
  cursor: pointer;
}
.product-cat-faqs .accordion .accordion-title::before {
  float: left;
  width: 24px;
  height: 24px;
  margin-left: -32px;
  background-image: url(../icons/utility/accordion-open.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  content: " ";
}
.product-cat-faqs .accordion.close .accordion-content {
  display: block;
  float: left;
  height: 0;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.product-cat-faqs .accordion.open .accordion-title::before {
  background-image: url(../icons/utility/accordion-close.svg);
}
.product-cat-faqs .accordion.open .accordion-content {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-top: 16px;
  padding-left: 32px;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
}

/* Style the buttons that are used to open and close the accordion panel */
.responsive-sidebar .sidebar-accordion {
  width: 100%;
  padding: 8px;
  border: none;
  outline: none;
  color: #aa6e14;
  background-color: #f7f7f7;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s;
  margin-bottom: 16px;
  font-weight: 600;
}
.responsive-sidebar .sidebar-accordion::after {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: -32px;
  background-image: url(../icons/utility/accordion-open.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  content: " ";
}
.responsive-sidebar .sidebar-accordion.sidebar-active {
  background-color: #f7f7f7;
}
.responsive-sidebar .sidebar-accordion.sidebar-active::after {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: -32px;
  background-image: url(../icons/utility/accordion-close.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  content: " ";
}
.responsive-sidebar .panel {
  display: none;
  overflow: hidden;
  padding: 0 16px;
}

/* Archive Top Bar */
.archive-top-bar {
  margin-bottom: 32px;
  padding: 16px;
}
.archive-top-bar .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.archive-top-bar .wrap .top-bar-image {
  flex-basis: 40%;
}
.archive-top-bar .wrap .top-bar-image img {
  text-align: right;
  float: right;
  max-height: 200px;
  width: auto;
}
.archive-top-bar .wrap .top-bar-title-container {
  flex-basis: 55%;
  padding-right: 16px;
}
.archive-top-bar .wrap .top-bar-title-container .top-bar-title {
  font-size: 2em;
}

/* Buttons */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 1em;
  font-weight: 700;
  padding: 12px 16px;
  background-color: #db7f16;
  border-radius: 32px;
  color: #fff;
  margin-left: 0;
  text-align: center;
  margin-bottom: 8px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #aa6e14;
  color: #fff;
}
@media (min-width: 769px) {
  .woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    margin-left: 8px;
    margin-bottom: 0;
  }
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  font-size: 1.25em;
  font-weight: 700;
  padding: 12px 16px;
  background-color: #aa6e14;
  border-radius: 32px;
  color: #fff;
  margin-left: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #db7f16;
  color: #fff;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  font-size: 1em;
  font-weight: 700;
  padding: 12px 16px;
  background-color: #db7f16;
  border-radius: 32px;
  color: #fff;
  opacity: 0.5;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  background-color: #aa6e14;
  color: #fff;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: #aa6e14;
  background-color: #f7f7f7;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  color: #aa6e14;
}

.woocommerce-error {
  padding-left: 40px !important;
}

/* Cart */
.woocommerce ul#shipping_method li input {
  width: auto;
}

.woocommerce .input-checkbox,
.woocommerce-page .input-checkbox {
  width: auto;
}

/* Checkout */
.woocommerce-additional-fields {
  margin-top: 16px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 0;
  background-color: #f7f7f7;
  border-radius: 0px;
  padding: 8px 16px;
  font-size: 1em;
  line-height: 1;
  border-bottom: 1px solid #aa6e14;
}
.woocommerce form .form-row input.input-text:hover, .woocommerce form .form-row input.input-text:active, .woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:hover,
.woocommerce form .form-row textarea:active,
.woocommerce form .form-row textarea:focus {
  background-color: #fff;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-bottom: 1px solid #aa6e14;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 36px;
  line-height: 36px;
  color: #777777;
}

.select2-container .select2-selection--single {
  height: unset;
  background-color: #f7f7f7;
  border: 0;
  border-bottom: 1px solid #aa6e14;
  border-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aa6e14;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #f7f7f7;
  color: #db7f16;
}

.woocommerce-checkout-review-order-table {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  border: 0 !important;
}
.woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout-review-order-table th.product-total {
  color: #aa6e14;
}

.woocommerce-terms-and-conditions-wrapper .validate-required .input-checkbox,
.woocommerce-terms-and-conditions-wrapper .validate-required .input-radio {
  width: auto;
}

.woocommerce-checkout-payment .input-checkbox,
.woocommerce-checkout-payment .input-radio {
  width: auto;
}

p.form-row.form-row-wide.mailchimp-newsletter {
  color: #aa6e14;
  margin-bottom: 16px;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  width: auto;
  display: inline-block;
  max-height: 32px;
}

/* My Account */
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 0;
  border-radius: 0;
  background-color: #f7f7f7;
  padding-bottom: 8px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  padding: 8px 0;
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
  background-color: #db7f16;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding-left: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #db7f16;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset {
  margin-bottom: 16px;
}

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 8px;
}

/* Prefooter */
.prefooter {
  background-color: #f7f7f7;
  padding: 22px 0;
}
.prefooter .prefooter-container {
  display: flex;
  float: left;
  clear: both;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 32px;
}
@media (min-width: 769px) {
  .prefooter .prefooter-container {
    float: right;
    width: 75%;
    padding: 0;
  }
}
.prefooter .prefooter-container .prefooter-item {
  display: flex;
  margin: 8px auto;
  padding: 0 1.5% 8px;
  flex-wrap: wrap;
  flex-basis: 100%;
  align-items: self-start;
}
@media (min-width: 768px) {
  .prefooter .prefooter-container .prefooter-item {
    border-left: 2px solid #aa6e14;
    flex-basis: 50%;
  }
  .prefooter .prefooter-container .prefooter-item:nth-child(odd) {
    border: none;
  }
}
@media (min-width: 1200px) {
  .prefooter .prefooter-container .prefooter-item {
    margin: unset;
    border-left: 2px solid #aa6e14;
    flex-basis: 25%;
  }
  .prefooter .prefooter-container .prefooter-item:nth-child(odd) {
    border-left: 2px solid #aa6e14;
  }
  .prefooter .prefooter-container .prefooter-item:first-child {
    border: none;
  }
}
.prefooter .prefooter-container .prefooter-logo {
  flex-basis: 50px;
}
.prefooter .prefooter-container .prefooter-logo img {
  width: 50px;
  height: 50px;
}
.prefooter .prefooter-container .prefooter-content-container {
  padding-left: 5px;
  flex-basis: calc(100% - 50px);
}
.prefooter .prefooter-container .prefooter-title {
  margin: 0;
  color: #aa6e14;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.25;
}
.prefooter .prefooter-container .prefooter-subtitle {
  margin: 0;
  color: #777777;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1;
}
.prefooter .prefooter-container .prefooter-content {
  margin: 0;
  color: #777777;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.1;
}

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