/*!
Theme Name: sherman
Theme URI: http://underscores.me/
Author: 21
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sherman
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

sherman is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Global Site Colours */
/* Brand Colours */
/* Green */
/* Dark Grey */
/* Mid Grey */
/* Light Grey */
/* Lime Green */
/* Red */
/* Global Site Fonts */
/* Global Heading Font Sizes */
/* Global Font Sizes */
/* Global button font sizes */
/* Customer Review font sizes */
/* Bespoke Callout heading */
/* Footer Fonts Sizes */
/* Product Font Sizes */
/* Site Widths */
/* Site Paddings: */
/* Site Margins */
/* Breakpoints (These are the same values that bootstrap use) */
/* Just a bit bigger than a mobile */
/* iPads etc */
/* Laptop Screens */
/* Large Desktop Screens */
/* Extra large desktop screens */
/* Extra Extra Large Desktop Screens */
/* Our Site Breakpoints (same as twitter bootstrap) */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! 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 */
  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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 22px;
  color: #006838; }
  @media (min-width: 768px) {
    h1, h2, h3, h4, h5, h6 {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    h1, h2, h3, h4, h5, h6 {
      font-size: 26px; } }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help; }

mark, ins {
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #F2F2F2;
  /* Fallback for when there is no custom background color defined. */
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

mark {
  background-color: #cae8b1 !important; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  display: block; }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

p {
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin-bottom: 1.5em;
  margin-top: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.page-overlay {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); }

.fade-out {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 50; }

.centered-content {
  /* wrapping content around a div with this class will center content */
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .centered-content {
      max-width: 95%; } }
  @media (min-width: 1200px) {
    .centered-content {
      max-width: 1366px; } }

.site-footer .centered-content {
  padding: 0 5%; }
  @media (min-width: 1200px) {
    .site-footer .centered-content {
      padding: 0; } }

.shop-page-inner {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 5%; }
  @media (min-width: 768px) {
    .shop-page-inner {
      padding: 20px; } }

@media (min-width: 1200px) {
  .page-inner {
    padding: 0 40px; } }

.section-title {
  margin: 30px 0; }
  @media (min-width: 1200px) {
    .section-title {
      margin: 40px 0;
      padding-left: 30px; } }

.required {
  color: red; }

.entry-footer {
  display: block;
  position: relative;
  margin-top: 20px; }

.edit-link {
  border: 1px dashed red;
  padding: 10px;
  display: inline-block;
  margin-top: 20px; }

.breadcrumbs {
  display: block;
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 0; }
  .breadcrumbs .inner-container {
    border-bottom: 1px solid #dad9d9;
    margin: 0 10px;
    padding: 15px 10px;
    color: #dad9d9;
    font-size: 12px; }
    @media (min-width: 768px) {
      .breadcrumbs .inner-container {
        margin: 0 15px; } }
    @media (min-width: 1200px) {
      .breadcrumbs .inner-container {
        font-size: 14px;
        margin: 0 20px; } }
    .breadcrumbs .inner-container span {
      line-height: 20px; }
    .breadcrumbs .inner-container a {
      text-decoration: none;
      color: #dad9d9; }
      .breadcrumbs .inner-container a:hover {
        text-decoration: underline;
        color: #666; }

/* Product Gallery modal */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: .5; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: .2; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: orange;
    opacity: .5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: .7; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: orange;
        opacity: .5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #ccc;
      opacity: .5; }

.homepage-banners {
  display: block;
  visibility: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #d6de23; }
  .homepage-banners li {
    list-style: none;
    display: inline !important; }
  .homepage-banners img {
    width: 100%;
    object-fit: cover; }

.shop-banner-slider .slick-initialized {
  display: block;
  visibility: visible; }

.mega-sub-menu {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .mega-sub-menu ::-webkit-scrollbar {
    width: 8px; }
  .mega-sub-menu ::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .mega-sub-menu ::-webkit-scrollbar-thumb {
    background: #006838; }
  .mega-sub-menu ::-webkit-scrollbar-thumb:hover {
    background: #07632a; }

.key-messages {
  display: block;
  position: relative; }
  .single-product .key-messages, .tax-product_cat .key-messages, .search-results .key-messages, .woocommerce-cart .key-messages, .woocommerce-checkout .key-messages, .woocommerce-account .key-messages, .blog .key-messages, .single-post .key-messages, .page-template-bespoke-joinery .key-messages, .page-template-trade-account .key-messages, .page-template-misc-pages .key-messages, .page-template-contact .key-messages {
    padding: 10px 10px 0 10px;
    background-color: #fff; }
    @media (min-width: 768px) {
      .single-product .key-messages, .tax-product_cat .key-messages, .search-results .key-messages, .woocommerce-cart .key-messages, .woocommerce-checkout .key-messages, .woocommerce-account .key-messages, .blog .key-messages, .single-post .key-messages, .page-template-bespoke-joinery .key-messages, .page-template-trade-account .key-messages, .page-template-misc-pages .key-messages, .page-template-contact .key-messages {
        padding: 0; } }
  .key-messages ul {
    margin: 0;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2; }
    @media (min-width: 576px) {
      .key-messages ul {
        flex-direction: row;
        padding: 20px 0; } }
  .key-messages li {
    display: flex;
    list-style: none;
    flex: 1 0 auto;
    text-align: center;
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-size: 14px;
    color: #666666; }
    @media (min-width: 768px) {
      .key-messages li {
        justify-content: flex-start; } }
    .key-messages li:nth-of-type(2), .key-messages li:nth-of-type(3), .key-messages li:nth-of-type(4) {
      display: none; }
    @media (min-width: 768px) {
      .key-messages li {
        justify-content: center;
        padding: 0;
        font-size: 12px;
        flex: 1;
        flex-direction: column; }
        .key-messages li:nth-of-type(2), .key-messages li:nth-of-type(3), .key-messages li:nth-of-type(4) {
          display: flex; }
        .key-messages li:nth-of-type(5) {
          border-left: 1px solid #dad9d9; } }
    @media (min-width: 992px) {
      .key-messages li {
        flex: 1 0 auto;
        flex-direction: row; } }
    @media (min-width: 1200px) {
      .key-messages li {
        font-size: 14px; } }
    @media (min-width: 1366px) {
      .key-messages li {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .key-messages li:nth-of-type(2) {
        border-left: 1px solid #dad9d9;
        border-right: 1px solid #dad9d9; } }
    .key-messages li a {
      text-decoration: none; }
    .key-messages li img {
      width: 40px;
      height: 40px;
      margin-right: 10px; }
      @media (min-width: 768px) {
        .key-messages li img {
          width: 30px;
          height: 30px;
          margin-right: 0;
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .key-messages li img {
          margin-right: 10px;
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        .key-messages li img {
          width: 50px;
          height: 50px; } }
    .key-messages li span {
      font-weight: 600;
      margin: 0 5px; }

.messages-inner {
  background-color: #fff; }
  @media (min-width: 768px) {
    .messages-inner {
      padding: 15px 15px 0 15px; } }
  @media (min-width: 1200px) {
    .messages-inner {
      padding: 20px 20px 0 20px; } }
  .home .messages-inner {
    background-color: transparent;
    padding: 0; }

.shop-featured-products,
.category-featured {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .shop-featured-products .slick-initialized,
  .category-featured .slick-initialized {
    display: block;
    visibility: visible;
    padding: 0; }
    @media (min-width: 992px) {
      .shop-featured-products .slick-initialized,
      .category-featured .slick-initialized {
        padding: 0 60px; } }
    @media (min-width: 1200px) {
      .shop-featured-products .slick-initialized,
      .category-featured .slick-initialized {
        padding: 0 100px; } }
  .shop-featured-products .slick-slide img,
  .category-featured .slick-slide img {
    border: 1px solid #ccc; }

.shop-featured-products {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .shop-featured-products {
      padding-bottom: 30px; } }
  @media (min-width: 1200px) {
    .shop-featured-products {
      padding-bottom: 40px; } }
  @media (min-width: 1200px) {
    .shop-featured-products .slick-prev {
      left: 25px; }
    .shop-featured-products .slick-next {
      right: 25px; } }

.shop-featured {
  display: flex;
  flex-wrap: wrap; }
  .shop-featured .featured-product {
    display: none;
    width: 50%; }
    .shop-featured .featured-product:nth-of-type(1), .shop-featured .featured-product:nth-of-type(2), .shop-featured .featured-product:nth-of-type(3), .shop-featured .featured-product:nth-of-type(4) {
      display: block; }

@media (min-width: 768px) {
  .shop-featured {
    display: none;
    visibility: hidden; } }
.product-featured-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
  color: #1A1A1A; }
  .product-featured-details .featured-product-name {
    color: #1A1A1A;
    margin: 25px 0 5px 0;
    text-decoration: none;
    font-size: 16px;
    height: auto;
    line-height: 24px; }
    @media (min-width: 768px) {
      .product-featured-details .featured-product-name {
        min-height: 50px;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .product-featured-details .featured-product-name {
        margin: 25px 0; } }
    .product-featured-details .featured-product-name:hover {
      text-decoration: underline; }
  .product-featured-details .view-prod {
    min-height: auto; }
  .product-featured-details .price,
  .product-featured-details .woocommerce-Price-amount {
    color: #006838;
    font-size: 28px;
    margin: 0 0 25px 0;
    font-size: 14px;
    text-transform: uppercase; }
    .product-featured-details .price .amount,
    .product-featured-details .woocommerce-Price-amount .amount {
      font-size: 30px;
      font-weight: bold; }
    .product-featured-details .price .woocommerce-price-suffix,
    .product-featured-details .woocommerce-Price-amount .woocommerce-price-suffix {
      font-size: 14px; }
      .product-featured-details .price .woocommerce-price-suffix .amount,
      .product-featured-details .woocommerce-Price-amount .woocommerce-price-suffix .amount {
        margin-left: 10px; }
    @media (min-width: 768px) {
      .product-featured-details .price,
      .product-featured-details .woocommerce-Price-amount {
        margin: 0 0 25px 0; } }
    @media (min-width: 1200px) {
      .product-featured-details .price,
      .product-featured-details .woocommerce-Price-amount {
        margin: 0 0 25px 0; } }
    .product-featured-details .price del,
    .product-featured-details .woocommerce-Price-amount del {
      opacity: .5; }
      .product-featured-details .price del .amount,
      .product-featured-details .woocommerce-Price-amount del .amount {
        font-size: 14px !important; }

.featured-product {
  padding: 10px; }

.category-featured {
  padding: 0 0 60px 0;
  background-color: #fff; }
  @media (min-width: 768px) {
    .category-featured {
      padding: 30px 0 60px 0; } }
  .category-featured h5 {
    margin-bottom: 0;
    padding-left: 10px; }
    @media (min-width: 1200px) {
      .category-featured h5 {
        padding-left: 40px; } }

.slick-dots {
  bottom: -50px !important; }
  .slick-dots li {
    padding: 5px !important;
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important; }
  .slick-dots .slick-active {
    background-color: #d6de23; }

.cat-featured-list {
  padding: 0;
  margin: 0;
  display: none;
  visibility: hidden; }
  .cat-featured-list li {
    padding: 10px; }
    @media (min-width: 768px) {
      .cat-featured-list li {
        padding: 20px; } }
  .cat-featured-list a {
    display: block;
    position: relative;
    margin-top: 20px;
    text-decoration: none;
    min-height: 60px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400 !important;
    color: #1A1A1A !important; }
  .cat-featured-list .view-prod {
    margin-top: 0; }
  .cat-featured-list .slick-prev {
    left: 25px; }
    @media (min-width: 1200px) {
      .cat-featured-list .slick-prev {
        left: 50px; } }
  .cat-featured-list .slick-next {
    right: 25px; }
    @media (min-width: 1200px) {
      .cat-featured-list .slick-next {
        right: 50px; } }

.products-callout-grid {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }

.callout-container {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .callout-container {
      flex-direction: row; } }

.featured-callout,
.category-callouts {
  width: 100%; }

.featured-callout {
  background-color: #f5f5f5;
  margin-bottom: 4%; }
  @media (min-width: 768px) {
    .featured-callout {
      margin-right: 2%;
      margin-bottom: 0;
      width: 45%; } }
  .featured-callout img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.category-callouts {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .category-callouts {
      flex-direction: row;
      width: 100%; } }
  @media (min-width: 768px) {
    .category-callouts {
      width: 55%; } }
  .category-callouts .mini-callout {
    width: 100%;
    margin-bottom: 4%;
    background-color: #ccc;
    height: auto; }
    .category-callouts .mini-callout img {
      width: 100%; }
    .category-callouts .mini-callout:nth-of-type(6) {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .category-callouts .mini-callout {
        width: 48%;
        margin-right: 4%; }
        .category-callouts .mini-callout:nth-of-type(2n) {
          margin-right: 0; }
        .category-callouts .mini-callout:nth-of-type(5) {
          margin-bottom: 0; } }

.shop-text-block {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px; }
  .shop-text-block .text-container p {
    color: #666666;
    line-height: 24px;
    padding: 5px 0;
    margin: 0; }
  .shop-text-block .text-container h2 {
    padding: 10px 0;
    font-size: 22px; }
  @media (min-width: 768px) {
    .shop-text-block .text-container {
      column-count: 2;
      column-gap: 50px;
      padding: 0; } }
  @media (min-width: 1200px) {
    .shop-text-block .text-container {
      padding: 0 30px; } }

.bespoke-callout {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .bespoke-callout {
      margin-top: 30px; } }
  @media (min-width: 1200px) {
    .bespoke-callout {
      margin-top: 40px; } }
  .single-product .bespoke-callout {
    margin: 0; }
    @media (min-width: 1200px) {
      .single-product .bespoke-callout {
        margin: 40px 0; } }
  .bespoke-callout img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .bespoke-callout .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    text-align: center;
    padding: 20px;
    color: #fff; }
    @media (min-width: 768px) {
      .bespoke-callout .text-container {
        top: 30px;
        left: 0;
        right: 0;
        bottom: 30px;
        margin: 0 auto;
        width: 90%; } }
    .bespoke-callout .text-container h4 {
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-weight: normal; }
      @media (min-width: 768px) {
        .bespoke-callout .text-container h4 {
          margin-bottom: 10px; } }
      @media (min-width: 1200px) {
        .bespoke-callout .text-container h4 {
          font-size: 46px; } }
    .bespoke-callout .text-container p {
      margin-bottom: 0; }
      @media (min-width: 1200px) {
        .bespoke-callout .text-container p {
          font-size: 28px; } }

.help-advice-articles {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0; }
  .help-advice-articles li {
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .help-advice-articles li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%; }
        .help-advice-articles li:last-of-type {
          margin-right: 0; } }
  .help-advice-articles .title-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center; }
    .help-advice-articles .title-container a {
      display: none;
      position: relative;
      margin-left: auto;
      text-decoration: none; }
      @media (min-width: 768px) {
        .help-advice-articles .title-container a {
          display: block; } }
      @media (min-width: 1200px) {
        .help-advice-articles .title-container a {
          margin-right: 30px; } }
  .help-advice-articles .help-advice-articles {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    flex-direction: column; }
    @media (min-width: 768px) {
      .help-advice-articles .help-advice-articles {
        flex-direction: row; } }

.article-snippet {
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  margin-top: 30px; }
  .article-snippet .snippet-title {
    text-decoration: none;
    color: #666666;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px; }
    .article-snippet .snippet-title:hover {
      text-decoration: underline; }
    @media (min-width: 768px) {
      .article-snippet .snippet-title {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .article-snippet .snippet-title {
        font-size: 20px; } }
  .article-snippet .read-more {
    margin-top: auto;
    color: #006838;
    font-weight: 600;
    font-size: 16px; }

.customer-reviews {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0; }
  @media (min-width: 1200px) {
    .customer-reviews {
      padding: 40px 0; } }
  .customer-reviews .review-list {
    display: none;
    visibility: hidden;
    text-align: center; }
    .customer-reviews .review-list > div {
      max-width: 80%;
      margin: 0 auto; }
    .customer-reviews .review-list p {
      font-family: Georgia, Times, Times New Roman;
      font-style: italic;
      padding: 0 25px;
      color: #003414;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 10px; }
    .customer-reviews .review-list .customer-name {
      margin: 0;
      padding: 0;
      font-size: 16px;
      font-family: Arial, Helvetica Neue, Helvetica, sans-serif; }
  .customer-reviews .slick-initialized {
    display: block;
    visibility: visible; }

.footer-social {
  display: block;
  position: relative;
  padding: 30px 0; }

.two-column-intro-block {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 992px) {
    .two-column-intro-block {
      flex-direction: row; } }
  @media (min-width: 1200px) {
    .two-column-intro-block {
      padding-bottom: 40px; } }
  .two-column-intro-block .page-intro {
    width: 100%;
    margin-right: 5%;
    margin: 0;
    padding-bottom: 0;
    border: 0; }
    @media (min-width: 992px) {
      .two-column-intro-block .page-intro {
        width: 55%;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      .two-column-intro-block .page-intro {
        width: 65%;
        padding-right: 30px; } }
    .two-column-intro-block .page-intro p {
      color: #666666;
      margin-top: 0; }
      @media (min-width: 768px) {
        .two-column-intro-block .page-intro p {
          font-size: 16px;
          line-height: 24px; } }
  .two-column-intro-block .page-quote {
    width: 100%;
    margin: 30px 0; }
    @media (min-width: 992px) {
      .two-column-intro-block .page-quote {
        width: 45%;
        padding-left: 30px; } }
    @media (min-width: 1200px) {
      .two-column-intro-block .page-quote {
        width: 35%;
        margin: 0; } }
    .two-column-intro-block .page-quote .quote-text {
      font-size: 26px;
      color: #006838;
      line-height: 28px;
      margin-top: 0;
      font-family: serif;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .two-column-intro-block .page-quote .quote-text {
          font-size: 32px;
          line-height: 38px; } }
    .two-column-intro-block .page-quote p {
      margin-top: 30px;
      color: #006838; }

.widget-area .title {
  color: #006838;
  font-size: 18px;
  font-weight: bold; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  background-color: #F2F2F2;
  display: block;
  position: relative;
  z-index: 100; }

.nav-basket {
  display: none !important; }

.issticky {
  position: fixed;
  top: 0;
  width: 100% !important;
  left: auto;
  right: auto;
  background-color: #fff;
  z-index: 500; }
  @media (min-width: 1200px) {
    .issticky {
      max-width: 1366px !important; } }
  .issticky .nav-basket {
    display: inline-block !important; }
  .issticky .mega-menu-woo-cart-count {
    display: flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #d6de23;
    border-radius: 50%;
    color: #000;
    font-size: 10px;
    line-height: 30px;
    z-index: 15;
    position: absolute;
    bottom: 7px; }

.header-top {
  display: block;
  width: 100%;
  height: auto;
  background-color: #006838;
  color: #fff; }
  .header-top a {
    color: #fff; }
  .header-top .inner-content {
    display: flex;
    align-items: center; }
  .header-top .header-links {
    margin: 0;
    padding: 0;
    margin-left: auto;
    display: flex; }
    .header-top .header-links li {
      list-style: none; }
      .header-top .header-links li a {
        display: block;
        position: relative;
        padding: 15px;
        color: #fff;
        text-decoration: none;
        font-size: 14px; }
        @media (min-width: 1200px) {
          .header-top .header-links li a {
            padding: 25px;
            font-size: 16px; } }
    .header-top .header-links .get-in-touch {
      background-color: #d6de23; }
      .header-top .header-links .get-in-touch a {
        color: #1A1A1A; }

.header-phone {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 14px; }
  @media (min-width: 1200px) {
    .header-phone {
      font-size: 16px; } }
  .header-phone:before {
    display: inline-block;
    position: relative;
    content: "";
    width: 23px;
    height: 39px;
    background-image: url("./images/icons/Phone-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 23px;
    margin-right: 5px; }

.customer-account-links {
  display: none;
  align-items: center; }
  @media (min-width: 768px) {
    .customer-account-links {
      display: flex; } }
  .customer-account-links:before {
    display: inline-block;
    position: relative;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("./images/icons/Account-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 26px;
    margin-right: -15px; }
    @media (min-width: 1200px) {
      .customer-account-links:before {
        width: 40px;
        height: 40px;
        background-size: 27px 31px; } }

.header-content {
  height: auto;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  background-color: #fff; }
  @media (min-width: 768px) {
    .header-content {
      padding: 15px; } }
  @media (min-width: 1200px) {
    .header-content {
      padding: 30px; } }

.site-branding {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto; }
  .site-branding img {
    display: inline-block;
    max-width: 60%; }
    @media (min-width: 1200px) {
      .site-branding img {
        max-width: 100%; } }
  @media (min-width: 576px) {
    .site-branding {
      width: 50%;
      text-align: left; } }
  @media (min-width: 768px) {
    .site-branding {
      width: 40%; } }
  @media (min-width: 1200px) {
    .site-branding {
      width: 20%; } }

.prod-search {
  display: none;
  position: relative;
  width: 55%;
  height: auto; }
  @media (min-width: 768px) {
    .prod-search {
      display: block;
      width: 50%;
      margin-left: 5%; } }
  @media (min-width: 1200px) {
    .prod-search {
      width: 55%; } }
  .prod-search form {
    display: flex; }
  .prod-search label {
    flex: 1; }
  .prod-search input[type="search"] {
    width: 100%;
    padding: 15px 15px 15px 45px !important;
    border: 2px solid #ddd;
    border-radius: 0;
    border-right: 0;
    background-color: #F2F2F2;
    background-image: url("./images/icons/search.png");
    background-position: 5% 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px; }
    @media (min-width: 1200px) {
      .prod-search input[type="search"] {
        background-position: 2% 50%; } }
  .prod-search button {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    padding: 0 25px;
    background-color: #d6de23;
    color: #1A1A1A;
    border-color: #d6de23; }

.mini-basket {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 20%;
  height: auto; }
  @media (min-width: 768px) {
    .mini-basket {
      display: flex; } }
  .mini-basket .basket-icon {
    display: block;
    position: absolute;
    width: 45px; }
  .mini-basket .cart-contents {
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #d6de23;
    border-radius: 50%;
    color: #000;
    font-size: 12px;
    line-height: 30px;
    z-index: 15;
    position: relative;
    top: 15px;
    right: 10px; }
    @media (min-width: 992px) {
      .mini-basket .cart-contents {
        right: -10px; } }
  .mini-basket .basket-link {
    display: none;
    position: relative;
    left: 45px;
    top: 7px;
    text-decoration: none;
    color: #666666;
    font-size: 14px; }
    .mini-basket .basket-link:hover {
      text-decoration: underline; }
    @media (min-width: 992px) {
      .mini-basket .basket-link {
        display: block; } }
    @media (min-width: 1200px) {
      .mini-basket .basket-link {
        left: 50px;
        font-size: 16px; } }

#mobile-search-form {
  display: none;
  text-align: center;
  background: #f7f7f7;
  color: #fff;
  padding: 10px; }
  #mobile-search-form .search-form {
    display: flex; }
  #mobile-search-form input {
    flex: 1 0 80%;
    border: 1px solid #ddd; }
  #mobile-search-form button {
    flex: 1 0 20%;
    background-color: #d6de23;
    border: 1px solid #d6de23;
    margin-left: 5px;
    color: #006838; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link:after {
  content: none; }

.covid {
  background-color: #f6a800;
  float: left;
  width: 100%;
  text-align: center; }
  .covid a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 0;
    display: block;
    text-decoration: none; }
    .covid a:hover {
      text-decoration: underline; }
    .covid a:visited {
      color: #fff;
      text-decoration: none; }

.tax-product_cat {
  /* Body class of product pages */ }
  @media (min-width: 768px) {
    .tax-product_cat .site-main {
      padding-left: 10px;
      padding-top: 0; } }
  .tax-product_cat .category-container {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-color: #fff; }
    @media (min-width: 768px) {
      .tax-product_cat .category-container {
        padding: 20px;
        flex-direction: row; } }
  .tax-product_cat .content-area {
    display: block;
    float: right;
    position: relative;
    width: 100%;
    order: 1; }
    @media (min-width: 768px) {
      .tax-product_cat .content-area {
        width: 73%;
        margin-left: 2%;
        order: 2; } }
  .tax-product_cat aside {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    order: 2; }
    @media (min-width: 768px) {
      .tax-product_cat aside {
        width: 25%;
        order: 1; } }
    .tax-product_cat aside h2 {
      display: block;
      position: relative;
      margin: 0;
      padding: 0 0 0 15px;
      font-size: 20px;
      color: #666666; }
      @media (min-width: 768px) {
        .tax-product_cat aside h2 {
          font-size: 14px; } }
      .tax-product_cat aside h2:after {
        content: "+";
        display: inline-block;
        position: absolute;
        right: 20px;
        font-weight: 400;
        font-size: 20px;
        line-height: 20px; }
        @media (min-width: 1200px) {
          .tax-product_cat aside h2:after {
            font-size: 26px;
            line-height: 26px; } }
    .tax-product_cat aside .widget-open h2:after {
      content: "-";
      display: inline-block;
      position: absolute;
      right: 20px;
      font-weight: 400;
      font-size: 32px;
      line-height: 20px; }
      @media (min-width: 1200px) {
        .tax-product_cat aside .widget-open h2:after {
          font-size: 40px;
          line-height: 20px; } }
    .tax-product_cat aside ul {
      display: none;
      position: relative;
      width: 100%;
      background-color: #f3f3f3;
      padding: 0;
      margin: 0; }
    .tax-product_cat aside #woocommerce_product_categories-2 {
      background-color: #f3f3f3;
      padding: 0;
      margin: 0 !important; }
      .tax-product_cat aside #woocommerce_product_categories-2 .widget-title {
        padding: 15px 15px;
        border-bottom: 1px solid #d6de23;
        cursor: pointer; }
      .tax-product_cat aside #woocommerce_product_categories-2 ul {
        padding: 20px 15px 20px 25px;
        font-weight: 400; }
    .tax-product_cat aside .widget_layered_nav {
      background-color: #f3f3f3;
      padding: 0;
      margin: 0 !important; }
      .tax-product_cat aside .widget_layered_nav .widget-title {
        padding: 15px 15px;
        border-bottom: 1px solid #d6de23;
        cursor: pointer; }
      .tax-product_cat aside .widget_layered_nav ul {
        padding: 20px 15px 20px 25px;
        font-weight: 400; }
    .tax-product_cat aside .widget_media_image {
      margin-top: 10px;
      margin-bottom: 0 !important; }
      @media (min-width: 768px) {
        .tax-product_cat aside .widget_media_image {
          margin-top: 20px; } }
    .tax-product_cat aside li {
      list-style: none;
      display: block;
      position: relative;
      width: 100%;
      padding: 0 !important;
      margin-bottom: 5px; }
      .tax-product_cat aside li:last-of-type {
        border-bottom: 0;
        margin-bottom: 0; }
    .tax-product_cat aside a {
      text-decoration: none;
      font-weight: 400;
      color: #666666;
      font-size: 14px; }
      @media (min-width: 768px) {
        .tax-product_cat aside a {
          font-size: 12px; } }
      @media (min-width: 1200px) {
        .tax-product_cat aside a {
          font-size: 14px; } }
    .tax-product_cat aside span {
      font-size: 12px;
      color: #d6de23; }
    .tax-product_cat aside img {
      width: 100%; }

.category-seo-text h2 {
  font-size: 24px;
  margin-bottom: 0;
  padding: 5px 0; }
.category-seo-text h3 {
  font-size: 22px;
  margin-bottom: 0;
  padding: 5px 0; }
.category-seo-text h4 {
  font-size: 20px;
  margin-bottom: 0;
  padding: 5px 0; }
.category-seo-text p {
  margin-bottom: 0;
  color: #666666;
  padding: 5px 0; }
.category-seo-text a {
  text-decoration: underline;
  color: #666666; }
  .category-seo-text a:hover {
    text-decoration: none; }

.woocommerce-products-header {
  display: block;
  position: relative;
  border-bottom: 1px solid #d6de23;
  padding: 40px 0; }
  .woocommerce-products-header h1 {
    padding-bottom: 20px; }
  .woocommerce-products-header p {
    margin-bottom: 0;
    color: #666666;
    padding: 5px 0; }
  .woocommerce-products-header a {
    text-decoration: underline;
    color: #666666; }
    .woocommerce-products-header a:hover {
      text-decoration: none; }
  .woocommerce-products-header .term-description {
    position: relative;
    margin-top: 0; }

.cat-sub-title {
  display: block;
  position: relative;
  padding: 5px 0 5px 0; }
  @media (min-width: 768px) {
    .cat-sub-title {
      padding: 20px 0 15px 0; } }
  @media (min-width: 1200px) {
    .cat-sub-title {
      padding: 40px 0; } }

.woocommerce-result-count {
  width: 100%;
  text-align: center; }
  @media (min-width: 576px) {
    .woocommerce-result-count {
      width: auto; } }

.woocommerce .woocommerce-ordering {
  float: unset !important;
  text-align: center; }
  @media (min-width: 576px) {
    .woocommerce .woocommerce-ordering {
      text-align: right; } }
  .woocommerce .woocommerce-ordering select {
    margin: 0 auto; }

.woocommerce-loop-category__title {
  margin: 20px 0 !important; }

.product-categories {
  margin: 0;
  padding: 0; }
  .product-categories li {
    list-style: none; }

.added_to_cart {
  color: #d6de23 !important;
  text-align: center;
  font-size: 12px !important;
  margin-top: 5px; }
  .added_to_cart:visited {
    color: #d6de23 !important; }

.product-category .woocommerce-loop-category__title {
  font-size: 20px !important;
  /* woocommerce override */ }
.product-category .term-description {
  line-height: 20px; }
  @media (min-width: 768px) {
    .product-category .term-description {
      font-size: 12px;
      line-height: 16px; } }
  @media (min-width: 1200px) {
    .product-category .term-description {
      font-size: 16px;
      line-height: 20px; } }
.product-category .btn, .product-category .category-container .products li:hover .add_to_cart_button, .category-container .products li:hover .product-category .add_to_cart_button,
.product-category .category-container .products li:hover .product_type_grouped,
.category-container .products li:hover .product-category .product_type_grouped, .product-category .woocommerce-Reviews .form-submit input, .woocommerce-Reviews .form-submit .product-category input, .product-category .category-container .woocommerce-cart-form__contents .actions button, .category-container .woocommerce-cart-form__contents .actions .product-category button, .product-category .woocommerce-checkout-payment button, .woocommerce-checkout-payment .product-category button, .product-category .woocommerce form.login button, .woocommerce form.login .product-category button, .product-category .coupon-actions button, .coupon-actions .product-category button, .product-category .page-template-page-stairs .process-btn a, .page-template-page-stairs .process-btn .product-category a, .product-category .page-template-page-stairs section#quote .frm_button_submit, .page-template-page-stairs section#quote .product-category .frm_button_submit, .product-category .view-prod, .product-category .contact-submit, .product-category .actions button, .actions .product-category button, .product-category .add_to_cart_button,
.product-category .product_type_simple,
.product-category .product_type_grouped,
.product-category .wc-backward input[type="submit"],
.wc-backward .product-category input[type="submit"] {
  margin-top: 30px; }

.category-container {
  padding: 5%; }
  @media (min-width: 768px) {
    .category-container {
      padding: 15px; } }
  @media (min-width: 1200px) {
    .category-container {
      padding: 20px; } }
  .category-container .products {
    border-bottom: 1px solid #d6de23;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 20px !important; }
    @media (min-width: 768px) {
      .category-container .products {
        margin-left: -10px !important;
        display: flex;
        flex-wrap: wrap; } }
    .category-container .products li {
      display: flex;
      flex-direction: column;
      padding: 10px !important;
      transition: all .3s ease;
      margin: 0 !important;
      width: 100% !important; }
      @media (min-width: 576px) {
        .category-container .products li {
          width: 50% !important; } }
      @media (min-width: 768px) {
        .category-container .products li {
          width: 33.222% !important; } }
      .category-container .products li img {
        margin: 0 !important; }
      .category-container .products li h2 {
        padding: 0 !important;
        color: #1A1A1A; }
        .category-container .products li h2:hover {
          text-decoration: underline; }
        @media (min-width: 1200px) {
          .category-container .products li h2 {
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            min-height: 60px; } }
        .category-container .products li h2 mark {
          display: none;
          visibility: hidden; }
      @media (min-width: 768px) {
        .category-container .products li .term-description {
          margin-bottom: 20px; } }
      .category-container .products li .price {
        font-size: 14px;
        text-transform: uppercase;
        color: #006838 !important; }
        .category-container .products li .price .amount {
          font-size: 30px !important;
          font-weight: bold;
          margin-left: 0; }
        .category-container .products li .price .woocommerce-Price-currencySymbol {
          font-size: 30px !important; }
        .category-container .products li .price del {
          opacity: .5; }
          .category-container .products li .price del .amount {
            font-size: 18px !important; }
            @media (min-width: 768px) {
              .category-container .products li .price del .amount {
                font-size: 12px !important; } }
            @media (min-width: 1200px) {
              .category-container .products li .price del .amount {
                font-size: 16px !important; } }
      .category-container .products li .woocommerce-price-suffix .amount {
        margin-left: 10px; }
      .category-container .products li:hover {
        /*background-color: $brand4;*/ }
        .category-container .products li:hover .view-prod {
          background-color: #d6de23;
          border: 1px solid #d6de23; }
        .category-container .products li:hover .add_to_cart_button,
        .category-container .products li:hover .product_type_grouped {
          color: #006838 !important;
          padding: 15px 25px !important;
          font-weight: 600 !important;
          background-color: #d6de23 !important;
          border: 1px solid #d6de23 !important;
          width: 100% !important;
          border-radius: 0 !important;
          margin: 0 !important; }
          .category-container .products li:hover .add_to_cart_button:hover,
          .category-container .products li:hover .product_type_grouped:hover {
            background-color: #d6de23 !important;
            border: 1px solid #d6de23 !important;
            text-decoration: none !important; }
      .category-container .products li .btn, .category-container .products li:hover .add_to_cart_button,
      .category-container .products li:hover .product_type_grouped, .category-container .products li .woocommerce-Reviews .form-submit input, .woocommerce-Reviews .form-submit .category-container .products li input, .category-container .woocommerce-cart-form__contents .actions .products li button, .category-container .products li .woocommerce-checkout-payment button, .woocommerce-checkout-payment .category-container .products li button, .category-container .products li .woocommerce form.login button, .woocommerce form.login .category-container .products li button, .category-container .products li .coupon-actions button, .coupon-actions .category-container .products li button, .category-container .products li .page-template-page-stairs .process-btn a, .page-template-page-stairs .process-btn .category-container .products li a, .category-container .products li .page-template-page-stairs section#quote .frm_button_submit, .page-template-page-stairs section#quote .category-container .products li .frm_button_submit, .category-container .products li .view-prod, .category-container .products li .contact-submit, .category-container .products li .actions button, .actions .category-container .products li button, .category-container .products li .add_to_cart_button,
      .category-container .products li .product_type_simple,
      .category-container .products li .product_type_grouped,
      .category-container .products li .wc-backward input[type="submit"],
      .wc-backward .category-container .products li input[type="submit"] {
        margin-top: auto; }

.woocommerce .woocommerce-result-count {
  margin: 1.3em 0 1em 0 !important; }

.woocommerce .woocommerce-ordering {
  margin: 1em 0 !important; }

.product-list-details {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0 0; }
  .product-list-details h2 {
    margin-bottom: 0; }
  .product-list-details .price {
    margin-bottom: 20px !important; }
  .product-list-details .star-rating {
    position: relative;
    margin: 20px auto 0 auto !important; }

.category-seo-text {
  padding: 30px 10px; }
  @media (min-width: 1200px) {
    .category-seo-text {
      padding: 30px 0; } }
  .category-seo-text h2 {
    margin-bottom: 20px; }

.woocommerce-pagination {
  margin: 30px 0; }
  @media (min-width: 1200px) {
    .woocommerce-pagination {
      margin: 40px 0; } }
  .woocommerce-pagination ul {
    border: 0 !important; }
  .woocommerce-pagination li {
    border: 0 !important;
    margin: 0 5px !important; }
    .woocommerce-pagination li a {
      background-color: transparent;
      color: #666666;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex !important;
      align-items: center;
      justify-content: center;
      transition: all .3s ease; }
      .woocommerce-pagination li a:hover {
        background-color: #d6de23 !important;
        color: #006838 !important; }
    .woocommerce-pagination li .current {
      background-color: #006838 !important;
      color: #fff !important;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      display: flex !important;
      align-items: center;
      justify-content: center; }
    .woocommerce-pagination li .prev,
    .woocommerce-pagination li .next {
      background-color: transparent; }
      .woocommerce-pagination li .prev:hover,
      .woocommerce-pagination li .next:hover {
        background-color: transparent !important; }

.woocommerce ul.products li.product .onsale {
  margin: 10px !important;
  width: 60px;
  height: 60px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #cf000f !important; }
  @media (min-width: 768px) {
    .woocommerce ul.products li.product .onsale {
      width: 30px;
      height: 30px; } }

.product-category p {
  color: #808080;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 5px 0; }

.product-category:hover {
  background-color: #f8f8f9; }

.woocommerce-loop-category__title {
  min-height: auto !important;
  color: #006838 !important; }

.type-product {
  padding: 0;
  background-color: #fff;
  position: relative; }
  .type-product .onsale {
    right: 5px !important;
    left: unset !important;
    top: 5px !important;
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #cf000f !important;
    font-size: 14px !important; }
    @media (min-width: 768px) {
      .type-product .onsale {
        font-size: 16px !important;
        right: 10px !important;
        top: 10px !important;
        width: 80px;
        height: 80px; } }

.single-product-top-content {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .single-product-top-content {
      flex-direction: row; } }

.brand-logo {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5; }

.zoom-image {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5; }

.product-gallery {
  float: left;
  position: relative;
  width: 100%;
  display: flex;
  order: 2;
  flex-direction: column;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .product-gallery {
      width: 48%;
      margin-right: 5%;
      order: 1;
      margin-top: 30px; } }
  @media (min-width: 1200px) {
    .product-gallery {
      margin-right: 2%; } }
  .product-gallery .gallery-main-img,
  .product-gallery .gallery-nav {
    display: none;
    visibility: hidden; }
  .product-gallery .slick-initialized {
    display: block;
    visibility: visible; }

.thumbnails {
  display: block;
  position: relative;
  margin-top: 10px; }
  .thumbnails ul {
    margin: 0;
    padding: 0; }
  .thumbnails .gallery-nav {
    padding: 0 60px; }
    .thumbnails .gallery-nav li {
      padding: 0 5px; }

.summary {
  display: flex;
  order: 1;
  flex-direction: column;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 20px 0 30px 0 !important; }
  @media (min-width: 768px) {
    .summary {
      order: 2; } }
  @media (min-width: 1200px) {
    .summary {
      display: block; } }
  .summary .product_title {
    color: #006838;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .summary .product_title {
        margin-bottom: 30px;
        margin-top: 30px !important; } }
    @media (min-width: 1200px) {
      .summary .product_title {
        margin-top: 40px !important; } }
  .summary .woocommerce-product-details__short-description {
    margin-bottom: 20px;
    color: #999; }
    @media (min-width: 768px) {
      .summary .woocommerce-product-details__short-description {
        margin-bottom: 5px; } }
    @media (min-width: 1200px) {
      .summary .woocommerce-product-details__short-description {
        margin-bottom: 20px; } }
    .summary .woocommerce-product-details__short-description ul, .summary .woocommerce-product-details__short-description ol {
      padding-left: 0;
      margin-left: 17px; }
  .summary .woocommerce-product-rating {
    margin-bottom: 40px !important; }
    @media (min-width: 768px) {
      .summary .woocommerce-product-rating {
        margin-bottom: 5px !important; } }
    @media (min-width: 1200px) {
      .summary .woocommerce-product-rating {
        margin-bottom: 40px !important; } }
  .summary .price {
    margin: 0 0 30px 0 !important;
    display: block;
    align-items: center;
    color: #006838 !important;
    font-size: 16px !important; }
    @media (min-width: 768px) {
      .summary .price {
        margin: 20px 0 5px 0 !important; } }
    @media (min-width: 1200px) {
      .summary .price {
        margin: 60px 0 !important; } }
    .summary .price .amount {
      color: #006838;
      font-size: 34px !important;
      font-weight: 600;
      margin: 0 5px; }
    .summary .price .woocommerce-Price-currencySymbol {
      font-size: 34px !important; }
    .summary .price .woocommerce-price-suffix {
      font-size: 16px !important; }
    .summary .price del {
      color: #006838 !important; }
      .summary .price del .amount {
        font-size: 18px;
        color: #006838; }
    .summary .price ins {
      margin-left: 10px; }
      @media (min-width: 768px) {
        .summary .price ins {
          margin-left: 0; } }
      .summary .price ins .amount {
        font-size: 36px; }
        .sale .summary .price ins .amount {
          color: #cf000f; }
  .summary .cart {
    display: inline-flex;
    position: relative;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-bottom: 20px !important; }
    .product-type-simple .summary .cart {
      width: 100%; }
      @media (min-width: 768px) {
        .product-type-simple .summary .cart {
          width: 100%;
          margin-top: 30px; } }
      @media (min-width: 1200px) {
        .product-type-simple .summary .cart {
          margin-top: 0; } }
    .summary .cart .qty {
      height: 100%;
      border-radius: 0 !important;
      padding: 10px !important; }
    .summary .cart .qty-txt {
      display: flex;
      align-items: center;
      margin-right: 20px;
      font-size: 20px; }
    .summary .cart button {
      border-radius: 0 !important;
      background-color: #d6de23 !important;
      border: 1px solid #d6de23 !important;
      color: #1A1A1A !important;
      padding: 25px 25px !important;
      text-transform: capitalize;
      font-size: 24px !important;
      width: 100%;
      margin-top: 30px;
      transition: all .3s ease; }
      .summary .cart button:hover {
        background-color: #006838 !important;
        border: 1px solid #006838 !important;
        color: #fff !important; }
  .summary .variations_form {
    display: flex;
    flex-direction: column;
    margin-top: 0; }
    .summary .variations_form .variations {
      margin-bottom: 10px !important;
      position: relative; }
      .summary .variations_form .variations tbody {
        display: block;
        align-items: center; }
        @media (min-width: 1200px) {
          .summary .variations_form .variations tbody {
            display: flex; } }
      .summary .variations_form .variations tr {
        flex: 1;
        width: 100%;
        display: block; }
      .summary .variations_form .variations td {
        vertical-align: inherit !important; }
      .summary .variations_form .variations .reset_variations {
        position: absolute;
        display: flex !important;
        align-items: center;
        z-index: 20;
        bottom: 70px;
        right: 0; }
        @media (min-width: 1200px) {
          .summary .variations_form .variations .reset_variations {
            position: relative;
            bottom: 0; } }
      .summary .variations_form .variations .label {
        display: flex;
        flex: 1;
        width: 100%;
        padding: 0 0 10px 0 !important; }
      .summary .variations_form .variations .value {
        display: flex;
        flex: 1;
        width: 100%;
        padding: 0; }
    .summary .variations_form .single_variation_wrap {
      display: flex;
      width: 100%;
      flex-direction: column; }
      .summary .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
        display: flex;
        flex-wrap: wrap;
        width: auto;
        margin-top: 20px; }
      .summary .variations_form .single_variation_wrap .price {
        margin: 20px 0 0 0 !important; }
    .summary .variations_form button {
      align-self: flex-start;
      width: auto; }
    .summary .variations_form select {
      min-width: 100% !important;
      -webkit-appearance: none;
      border: 1px solid #ccc;
      background-color: #fff;
      padding: 15px 10px;
      border-radius: 0 !important;
      width: 100%;
      margin: 0 0 10px 0; }
      @media (min-width: 768px) {
        .summary .variations_form select {
          min-width: 70% !important;
          margin: 0; } }
  .summary .grouped_form {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .summary .grouped_form tr:nth-of-type(even) {
      background-color: #eee; }
    .summary .grouped_form td {
      vertical-align: top !important;
      margin: 0 !important;
      padding: 10px !important; }
      @media (min-width: 1200px) {
        .summary .grouped_form td {
          vertical-align: unset !important; } }
    .summary .grouped_form a {
      text-decoration: none; }
    .summary .grouped_form button {
      align-self: flex-start; }
  .summary .product_meta {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    float: right;
    width: auto;
    font-size: 14px;
    text-align: left;
    margin-left: auto; }
    @media (min-width: 768px) {
      .summary .product_meta {
        text-align: left; } }
    @media (min-width: 1200px) {
      .summary .product_meta {
        text-align: right;
        margin-bottom: 0; } }
    .product-type-simple .summary .product_meta {
      width: auto; }
    .summary .product_meta .sku_wrapper {
      margin-bottom: 10px; }
    .summary .product_meta .availablity {
      position: relative;
      display: block;
      margin-bottom: 10px;
      color: #666666 !important; }
    .summary .product_meta .in-stock span {
      color: green;
      text-transform: uppercase; }
    .summary .product_meta .out-of-stock {
      color: #666666 !important; }
      .summary .product_meta .out-of-stock span {
        color: #cf000f;
        text-transform: uppercase; }

.woocommerce ul.products li.product a img {
  border: 1px solid #eee; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin-left: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0 !important;
  padding: 10px 20px !important;
  background-color: #fff !important;
  border: 0 !important;
  width: 100% !important;
  margin: 0 !important; }
  @media (min-width: 768px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      width: auto !important; } }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #666666 !important;
    font-weight: 400 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  box-shadow: none !important;
  border-width: 0 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 3px solid #d6de23 !important;
  box-shadow: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  box-shadow: none !important;
  border-width: 0 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #d6de23 !important;
  border: 1px solid #d6de23 !important;
  border-bottom: 3px solid #d6de23 !important;
  width: 100% !important; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #006838 !important; }
  @media (min-width: 768px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      width: auto !important; } }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: none !important;
  border-width: 0 !important; }

.woocommerce-Tabs-panel {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 20px !important;
  width: 100%; }
  @media (min-width: 768px) {
    .woocommerce-Tabs-panel {
      padding: 0 30px !important; } }
  .woocommerce-Tabs-panel h2 {
    margin-bottom: 30px; }

.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 20px !important; }

.woocommerce-Tabs-panel--description h2 {
  display: none;
  visibility: hidden; }
.woocommerce-Tabs-panel--description p {
  color: #666666; }
.woocommerce-Tabs-panel--description ul {
  padding: 0 0 0 17px;
  color: #666666;
  margin: 0 0 1.5em 0; }
.woocommerce-Tabs-panel--description li {
  margin-bottom: 5px; }

.woocommerce-Tabs-panel--additional_information h2 {
  display: none;
  visibility: hidden; }

.woocommerce table.shop_attributes,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border: 0 !important; }

.woocommerce table.shop_attributes td p {
  padding: 8px 8px !important; }

.woocommerce table.shop_attributes th {
  text-align: left !important;
  padding: 8px 8px !important; }

.have-a-question {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 0;
  text-align: center;
  background-color: #006838;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px; }
  .have-a-question:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("./images/backgrounds/wood-grain.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .4; }
  .have-a-question span {
    display: block;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    font-size: 22px;
    line-height: 31px; }
    @media (min-width: 768px) {
      .have-a-question span {
        font-size: 28px;
        line-height: 36px; } }
    @media (min-width: 992px) {
      .have-a-question span {
        font-size: 26px; } }
  .have-a-question a {
    color: #d6de23; }
    .have-a-question a:hover, .have-a-question a:visited, .have-a-question a:focus {
      color: #fff; }

.woocommerce-review-link {
  color: #999; }

.woocommerce-Reviews .comment-reply-title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
.woocommerce-Reviews .comment-form-rating label {
  display: block;
  position: relative;
  margin-bottom: 10px; }
.woocommerce-Reviews .comment-form-rating .stars {
  display: inline-block;
  position: relative; }
.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input {
  width: 100%; }
  @media (min-width: 992px) {
    .woocommerce-Reviews .comment-form-author input,
    .woocommerce-Reviews .comment-form-email input {
      width: 50%; } }
.woocommerce-Reviews .comment-form-comment label {
  display: block;
  position: relative;
  margin-bottom: 10px; }
.woocommerce-Reviews .comment-form-comment input {
  width: 100%; }
.woocommerce-Reviews .comment-form-comment textarea {
  border: 1px solid #d6de23;
  padding: 15px;
  border-radius: 0;
  min-height: 200px;
  resize: none; }
.woocommerce-Reviews .comment_container .comment-text {
  border-radius: 0 !important; }
.woocommerce-Reviews .comment-form-author label,
.woocommerce-Reviews .comment-form-email label {
  display: block;
  margin-bottom: 5px; }
.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input {
  border-radius: 0 !important;
  padding: 10px !important; }
.woocommerce-Reviews .form-submit input {
  color: #d6de23 !important;
  padding: 15px 25px !important;
  font-weight: 600 !important;
  border: 1px solid #006838 !important;
  background-color: #006838 !important;
  width: auto !important;
  border-radius: 0 !important;
  margin-top: 15px !important; }
  .woocommerce-Reviews .form-submit input:hover {
    background-color: #d6de23 !important;
    border: 1px solid #d6de23 !important;
    text-decoration: none !important;
    color: #006838 !important; }

.upsells h2 {
  position: relative;
  margin: 30px 0 20px 0;
  color: #666666; }
  @media (min-width: 768px) {
    .upsells h2 {
      padding-left: 30px; } }
.upsells.products {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 5px !important; }
  @media (min-width: 992px) {
    .upsells.products {
      margin-left: 20px !important; } }
  .upsells.products ul {
    width: 100% !important; }
    @media (min-width: 992px) {
      .upsells.products ul {
        padding: 0 60px; } }
  .upsells.products li {
    padding: 10px !important;
    transition: all .3s ease;
    margin: 0 !important;
    width: 100% !important; }
    .upsells.products li h2 {
      min-height: 80px;
      overflow: hidden; }
  .upsells.products .products {
    border-bottom: 0;
    display: none !important;
    visibility: hidden; }
    .upsells.products .products.slick-initialized {
      display: block !important;
      visibility: visible !important; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 1em 1em 1em 1em !important; }
  @media (min-width: 768px) {
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
      font-size: 14px; } }
  .woocommerce-error:before,
  .woocommerce-info:before,
  .woocommerce-message:before {
    display: none !important;
    top: 2.1em !important; }
  .woocommerce-error a,
  .woocommerce-info a,
  .woocommerce-message a {
    order: 2;
    margin-left: auto !important;
    font-size: 12px;
    padding: 10px !important;
    border-radius: 0 !important;
    width: 200px !important;
    text-align: center;
    margin-left: 15px !important; }
    @media (min-width: 768px) {
      .woocommerce-error a,
      .woocommerce-info a,
      .woocommerce-message a {
        padding: 15px !important;
        margin-left: auto !important; } }
    @media (min-width: 1200px) {
      .woocommerce-error a,
      .woocommerce-info a,
      .woocommerce-message a {
        width: auto !important; } }

.woocommerce-message {
  border: 1px solid #3c763d !important;
  background-color: #dff0d8 !important;
  color: #3c763d !important; }
  .woocommerce-message a {
    border: 1px solid #74911c !important;
    background-color: #88a826 !important;
    color: #fff !important; }

.woocommerce div.product form.cart .button {
  width: 100% !important; }

.woocommerce-grouped-product-list {
  background-color: #eee; }
  .woocommerce-grouped-product-list .product_meta {
    font-size: 12px;
    width: 100%;
    margin-top: 5px; }
    .woocommerce-grouped-product-list .product_meta .sku_wrapper {
      display: none; }
    .woocommerce-grouped-product-list .product_meta .availablity {
      text-align: center; }
      .woocommerce-grouped-product-list .product_meta .availablity span {
        display: block;
        position: relative;
        margin-top: 3px; }

.woocommerce .star-rating {
  color: #ffcd03 !important; }

.variations tr:nth-of-type(even) {
  background-color: transparent !important; }

.woocommerce div.product div.images .flex-viewport, .woocommerce-product-gallery__image {
  border: 1px solid #efefef; }

.woocommerce div.product div.images .flex-control-thumbs li {
  float: right !important; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background-color: #006838;
  border-radius: 0; }
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
    background-color: #d6de23; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  border: 2px solid #fff; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  background: #fff; }

.summary .price {
  text-transform: uppercase; }
  .summary .price .woocommerce-price-suffix {
    font-size: 10px; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 10px; }

.variations, .variations select, .summary .cart .qty-txt {
  color: #666666;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px; }

.sku_wrapper {
  font-size: 14px;
  color: #d6de23; }

#reviews {
  color: #666666; }

.woocommerce p.stars a:hover, .woocommerce p.stars a:visited, .woocommerce p.stars.selected a:not(.active)::before, .woocommerce p.stars.selected a.active::before, .woocommerce p.stars a::before {
  color: #d6de23; }

.product-type-simple .price bdi:after {
  content: "inc VAT";
  font-size: 16px;
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal; }

.product-type-variable .woocommerce-variation-price .price bdi:after {
  content: "inc VAT";
  font-size: 16px;
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal; }

.blog {
  /* Body class of blog pages */ }
  .blog .category-container {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 30px 10px; }
    @media (min-width: 768px) {
      .blog .category-container {
        flex-direction: row; } }
    @media (min-width: 1200px) {
      .blog .category-container {
        padding: 30px 40px; } }
  .blog .blog-intro-header {
    border-bottom: 1px solid #dad9d9;
    margin-bottom: 40px; }
    .blog .blog-intro-header h1,
    .blog .blog-intro-header p {
      margin-bottom: 40px; }
  .blog .entry-header {
    padding: 10px 0; }
    @media (min-width: 768px) {
      .blog .entry-header {
        padding-top: 0; } }
  .blog .content-area {
    display: block;
    padding: 0;
    float: left;
    position: relative;
    width: 100%;
    order: 1;
    padding-top: 0; }
    @media (min-width: 768px) {
      .blog .content-area {
        width: 73%;
        margin-right: 2%;
        padding: 10px; } }
  .blog aside {
    display: block;
    float: right;
    position: relative;
    width: 100%;
    order: 2;
    margin-top: 0; }
    @media (min-width: 768px) {
      .blog aside {
        width: 25%; } }
    .blog aside h2 {
      margin: 20px 0;
      padding: 0 0 0 15px; }
    .blog aside ul {
      display: block;
      position: relative;
      width: 100%;
      background-color: #f7f7f7;
      padding: 0;
      margin: 0; }
    .blog aside li {
      list-style: none;
      display: block;
      position: relative;
      width: 100%;
      padding: 15px;
      border-bottom: 1px solid #ccc; }
      .blog aside li:last-of-type {
        border-bottom: 0; }
    .blog aside a {
      text-decoration: none;
      font-weight: 600;
      color: #000; }

.sticky-posts {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  border-bottom: 1px solid  #f6b112; }

.featured-article {
  display: flex;
  position: relative;
  width: 49%;
  height: auto;
  flex-direction: column;
  padding: 0;
  float: left;
  margin-bottom: 2%; }
  .featured-article .featured-thumb {
    width: 100%; }
    .featured-article .featured-thumb img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
  .featured-article .excerpt {
    width: 100%; }
  .featured-article h4 {
    font-weight: 400;
    font-size: 14px;
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .featured-article h4 {
        font-size: 22px; } }
    @media (min-width: 768px) {
      .featured-article h4 {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .featured-article h4 {
        font-size: 22px; } }
    .featured-article h4 a {
      text-decoration: none;
      font-weight: 100;
      color: #006838; }
  .featured-article p {
    margin-top: 0;
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .featured-article p {
        font-size: 14px;
        line-height: 18px; } }
    .featured-article p a {
      font-weight: 600;
      color: #006838; }
      @media (min-width: 1200px) {
        .featured-article p a {
          font-size: 16px; } }

.featured-2 {
  margin-right: 2%; }

.main-featured {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  margin-bottom: 2%;
  padding: 0; }
  @media (min-width: 768px) {
    .main-featured {
      flex-direction: row; } }
  .main-featured .featured-thumb {
    width: 100%; }
    @media (min-width: 768px) {
      .main-featured .featured-thumb {
        width: 50%; } }
    .main-featured .featured-thumb img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
      @media (min-width: 768px) {
        .main-featured .featured-thumb img {
          width: 98%; } }
  .main-featured h4 {
    font-size: 18px; }
    @media (min-width: 1200px) {
      .main-featured h4 {
        font-size: 22px; } }
  .main-featured .excerpt {
    width: 100%; }
    @media (min-width: 768px) {
      .main-featured .excerpt {
        width: 50%;
        padding-left: 1.3%; } }

.blog-list-heading {
  display: block;
  position: relative;
  margin: 30px 0; }

.blog-posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 0; }
  .blog-posts article {
    display: flex;
    flex-direction: column;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 4%; }
    .blog-posts article:nth-of-type(2n) {
      margin-right: 0; }
    .blog-posts article h2 {
      display: block;
      position: relative;
      width: 100%;
      margin-top: 10px;
      font-weight: 400;
      line-height: 16px;
      margin-bottom: 20px;
      font-size: 14px; }
      @media (min-width: 576px) {
        .blog-posts article h2 {
          font-size: 20px;
          line-height: 24px; } }
      @media (min-width: 768px) {
        .blog-posts article h2 {
          font-size: 18px;
          line-height: 22px; } }
      .blog-posts article h2 a {
        text-decoration: none; }
    .blog-posts article p {
      margin-top: 0;
      font-size: 12px; }
      @media (min-width: 768px) {
        .blog-posts article p {
          font-size: 14px; } }
    .blog-posts article .featured-inner {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .blog-posts article .featured-inner a {
        font-weight: 100;
        color: #006838; }
    .blog-posts article .entry-content {
      margin-top: auto; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 0; }
  .search-results .pagination {
    padding: 40px 0;
    background-color: #fff;
    border-top: 1px solid #d6de23; }
  .pagination .nav-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0; }
  .pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-decoration: none; }
    .pagination .page-numbers.current {
      background-color: #006838;
      color: #fff; }
    .pagination .page-numbers:hover {
      background-color: #d6de23; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      border-radius: 0;
      width: auto;
      height: auto; }
      .pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
        background-color: transparent; }

.entry-content {
  margin-top: 0 !important; }

.entry-header {
  padding: 30px 0; }
  .woocommerce-order-received .entry-header {
    padding: 0 0 5px 0; }

.single-post .entry-content,
.single-post .entry-header {
  padding: 0; }
  @media (min-width: 768px) {
    .single-post .entry-content,
    .single-post .entry-header {
      padding: 0 30px; } }
.single-post .post-thumbnail img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center; }
.single-post .entry-header {
  margin: 0; }
  @media (min-width: 768px) {
    .single-post .entry-header {
      margin: 30px 0; } }
  .single-post .entry-header h1 {
    color: #006838;
    max-width: 90%;
    margin: 30px 0;
    font-size: 28px; }
    @media (min-width: 768px) {
      .single-post .entry-header h1 {
        font-size: 36px;
        max-width: 100%; } }
.single-post .entry-meta {
  display: block;
  position: relative;
  margin-bottom: 30px;
  font-size: 12px; }
  .single-post .entry-meta a {
    color: #d6de23; }
.single-post .entry-content {
  margin: 0; }
  .single-post .entry-content p {
    line-height: 20px;
    font-size: 14px; }
    @media (min-width: 768px) {
      .single-post .entry-content p {
        line-height: 24px;
        font-size: 16px; } }

.view-more-container {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  margin: 30px 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #ccc; }
  @media (min-width: 768px) {
    .view-more-container {
      margin: 30px;
      justify-content: flex-start; } }

.related-articles {
  display: block;
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #ccc; }
  @media (min-width: 768px) {
    .related-articles {
      margin: 30px; } }
  .related-articles h2 {
    margin-bottom: 30px; }
  .related-articles ul {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    flex-direction: column; }
    @media (min-width: 768px) {
      .related-articles ul {
        flex-direction: row; } }
  .related-articles li {
    list-style-type: none;
    width: 100%;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .related-articles li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 0; } }
    .related-articles li:last-of-type {
      margin-right: 0; }
  .related-articles .related-title,
  .related-articles .readmore {
    display: block;
    position: relative;
    margin-top: 20px; }
  .related-articles .related-title {
    text-decoration: none;
    font-size: 20px; }
    @media (min-width: 768px) {
      .related-articles .related-title {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .related-articles .related-title {
        font-size: 20px; } }
    .related-articles .related-title:hover {
      text-decoration: underline; }
  .related-articles .readmore {
    font-weight: 600;
    color: #006838; }

.category-container {
  background-color: #fff; }
  .category-container .shop_table {
    border: 0 !important; }
    .category-container .shop_table thead {
      background-color: #006838 !important; }
      .category-container .shop_table thead tr th {
        border-right: 0 !important; }
    .category-container .shop_table .product-name {
      padding-left: 15px !important; }
  .category-container .amount, .category-container .woocommerce-Price-currencySymbol {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #006838; }
  .category-container .woocommerce-cart-form__contents {
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #dad9d9 !important; }
    .category-container .woocommerce-cart-form__contents .product-price, .category-container .woocommerce-cart-form__contents .product-quantity, .category-container .woocommerce-cart-form__contents .product-subtotal {
      text-align: center; }
    .category-container .woocommerce-cart-form__contents .attachment-woocommerce_thumbnail {
      width: 150px !important;
      margin: 0 auto !important; }
    .category-container .woocommerce-cart-form__contents .qty {
      border-radius: 0 !important;
      padding: 15px 0 !important; }
    .category-container .woocommerce-cart-form__contents td {
      padding: 25px 12px !important; }
      @media (min-width: 992px) {
        .category-container .woocommerce-cart-form__contents td {
          padding: 25px 0 !important; } }
    .category-container .woocommerce-cart-form__contents .actions {
      padding: 25px !important; }
    .category-container .woocommerce-cart-form__contents .product-quantity {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (min-width: 992px) {
        .category-container .woocommerce-cart-form__contents .product-quantity {
          display: table-cell; } }
    .category-container .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item {
      border-top: 5px solid #006838; }
      .category-container .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td {
        background-color: transparent !important; }
        @media (min-width: 768px) {
          .category-container .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td {
            background-color: #f7f7f7; } }
    .category-container .woocommerce-cart-form__contents .actions button {
      background-color: #006838 !important;
      border: 1px solid #006838 !important;
      border-radius: 0 !important;
      color: #fff !important;
      margin-left: auto;
      width: auto !important; }
      .category-container .woocommerce-cart-form__contents .actions button:hover {
        background-color: transparent !important;
        color: #006838 !important; }
      .category-container .woocommerce-cart-form__contents .actions button:disabled {
        background-color: #006838 !important;
        color: #fff !important;
        width: 100% !important; }
        @media (min-width: 576px) {
          .category-container .woocommerce-cart-form__contents .actions button:disabled {
            width: 40% !important; } }
        @media (min-width: 768px) {
          .category-container .woocommerce-cart-form__contents .actions button:disabled {
            width: auto !important; } }
  .category-container .wc-proceed-to-checkout {
    display: flex !important;
    position: relative;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 40px 20px 25px 20px !important;
    width: 100%;
    margin-left: auto;
    margin-top: 60px; }
    @media (min-width: 768px) {
      .category-container .wc-proceed-to-checkout {
        padding: 40px 35px 25px 35px !important;
        margin-bottom: 60px; } }
    @media (min-width: 1200px) {
      .category-container .wc-proceed-to-checkout {
        width: 400px;
        padding: 40px 50px 25px 50px !important; } }
    .category-container .wc-proceed-to-checkout .pay-securely {
      display: block;
      position: absolute;
      top: -28px;
      left: 25px;
      width: 170px; }
    .category-container .wc-proceed-to-checkout a {
      border-radius: 0 !important;
      background-color: #d6de23 !important;
      color: #006838 !important;
      margin: 0 !important; }
      .category-container .wc-proceed-to-checkout a:hover {
        background-color: #006838 !important;
        color: #fff !important; }
    .category-container .wc-proceed-to-checkout p {
      margin: 20px 0 0 0; }
    .category-container .wc-proceed-to-checkout img {
      margin: 0 auto; }
  .category-container thead {
    background-color: #006838;
    color: #fff;
    border: 1px solid #006838 !important; }
    .category-container thead th {
      padding: 15px 0 !important; }
      .woocommerce-order-pay .category-container thead th {
        padding: 15px !important; }
  .category-container .remove {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    background-image: url("./images/icons/bin.png");
    background-repeat: no-repeat;
    background-size: 30px;
    height: 30px;
    background-position: center; }
    @media (min-width: 768px) {
      .category-container .remove {
        background-size: 20px; } }
    .category-container .remove:hover {
      border-radius: 50%;
      background-color: transparent !important;
      opacity: 1 !important;
      background-image: url("./images/icons/bin.png") !important;
      background-repeat: no-repeat !important;
      background-size: 30px;
      height: 30px;
      background-position: center !important; }

@media (min-width: 768px) {
  .cart-collaterals {
    display: flex; } }
.cart-collaterals .coupon {
  float: left;
  width: 100%;
  margin: 30px 0; }
  @media (min-width: 768px) {
    .cart-collaterals .coupon {
      width: 50%;
      margin: 0;
      padding: 0 60px 0 0; } }
  @media (min-width: 992px) {
    .cart-collaterals .coupon {
      width: 50%;
      padding: 0; } }
  .cart-collaterals .coupon label {
    display: block;
    font-weight: 600;
    color: #006838;
    position: relative;
    margin-bottom: 10px;
    font-size: 20px; }
  .cart-collaterals .coupon p {
    max-width: 100%;
    line-height: 22px;
    font-size: 14px;
    color: #a94442;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .cart-collaterals .coupon p {
        max-width: 100%; } }
    @media (min-width: 992px) {
      .cart-collaterals .coupon p {
        margin-top: 20px;
        max-width: 65%; } }
    @media (min-width: 1200px) {
      .cart-collaterals .coupon p {
        max-width: 100%; } }
.cart-collaterals .coupon-actions {
  display: flex;
  padding: 20px 0 0 0; }
  .cart-collaterals .coupon-actions input[type="text"] {
    width: 100%;
    border-radius: 0 !important;
    padding: 15px;
    margin-bottom: 10px; }
    @media (min-width: 576px) {
      .cart-collaterals .coupon-actions input[type="text"] {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .cart-collaterals .coupon-actions input[type="text"] {
        width: 70% !important;
        height: 55px;
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .cart-collaterals .coupon-actions input[type="text"] {
        width: 60% !important;
        height: 60px; } }
  .cart-collaterals .coupon-actions button {
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #006838 !important;
    border: 1px solid #006838;
    padding: 20px 25px !important;
    height: auto !important; }
    .cart-collaterals .coupon-actions button:hover {
      background-color: #006838 !important;
      color: #fff !important; }
    @media (min-width: 576px) {
      .cart-collaterals .coupon-actions button {
        margin-left: 5px; } }
    @media (min-width: 768px) {
      .cart-collaterals .coupon-actions button {
        width: 30% !important; } }
    @media (min-width: 1200px) {
      .cart-collaterals .coupon-actions button {
        width: 40% !important; } }
.cart-collaterals .cart_totals {
  padding: 0 !important; }
  @media (min-width: 768px) {
    .cart-collaterals .cart_totals {
      padding: 0 0 0 40px !important; } }
  .cart-collaterals .cart_totals table {
    border-top: 1px solid #dad9d9 !important;
    border-left: 1px solid #dad9d9 !important;
    border-radius: 0 !important; }
  @media (min-width: 768px) {
    .cart-collaterals .cart_totals {
      width: 50% !important; } }
  .cart-collaterals .cart_totals tbody {
    text-align: right; }
  .cart-collaterals .cart_totals tr,
  .cart-collaterals .cart_totals td {
    padding: 0 !important;
    background-color: transparent !important; }
  .cart-collaterals .cart_totals th {
    background-color: #F2F2F2 !important;
    font-size: 18px !important;
    color: #006838 !important; }
  .cart-collaterals .cart_totals td,
  .cart-collaterals .cart_totals th {
    padding: 10px !important;
    border-bottom: 1px solid #dad9d9 !important;
    border-right: 1px solid #dad9d9 !important; }
  .cart-collaterals .cart_totals .cart-discount {
    width: 100%;
    color: #b3ce56;
    display: flex;
    justify-content: flex-end; }
    .cart-collaterals .cart_totals .cart-discount td {
      padding-left: 10px !important; }
    .cart-collaterals .cart_totals .cart-discount th {
      border: 0 !important; }
    .cart-collaterals .cart_totals .cart-discount a {
      color: #b3ce56;
      font-size: 12px; }
    .cart-collaterals .cart_totals .cart-discount .amount {
      padding-left: 10px; }
  .cart-collaterals .cart_totals .cart-subtotal {
    width: 100%;
    padding: 0 !important;
    display: flex;
    justify-content: flex-end; }
    .cart-collaterals .cart_totals .cart-subtotal th {
      width: 100%;
      border-top: 0 !important;
      background-color: #dad9d9;
      color: #006838;
      font-weight: 400; }
      @media (min-width: 768px) {
        .cart-collaterals .cart_totals .cart-subtotal th {
          width: 75%; } }
    .cart-collaterals .cart_totals .cart-subtotal td {
      width: 100%;
      border-top: 0 !important;
      color: #006838;
      font-weight: 400; }
      @media (min-width: 768px) {
        .cart-collaterals .cart_totals .cart-subtotal td {
          width: 50%; } }
  .cart-collaterals .cart_totals .woocommerce-shipping-totals {
    width: 100%;
    padding: 0 !important;
    display: flex;
    justify-content: flex-end; }
    .cart-collaterals .cart_totals .woocommerce-shipping-totals th {
      width: 100%;
      border-top: 0 !important;
      color: #006838;
      font-weight: 400; }
      @media (min-width: 768px) {
        .cart-collaterals .cart_totals .woocommerce-shipping-totals th {
          width: 75%; } }
    .cart-collaterals .cart_totals .woocommerce-shipping-totals td {
      width: 100%;
      border-top: 0 !important;
      color: #006838;
      font-weight: 400;
      background-color: transparent !important; }
      @media (min-width: 768px) {
        .cart-collaterals .cart_totals .woocommerce-shipping-totals td {
          width: 50%; } }
    .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
      font-size: 12px;
      max-width: 100%;
      line-height: 18px; }
  .cart-collaterals .cart_totals .order-total {
    width: 100%;
    padding: 0 !important;
    display: flex;
    justify-content: flex-end; }
    .cart-collaterals .cart_totals .order-total th {
      width: 100%;
      border-top: 0 !important;
      color: #006838;
      font-size: 22px; }
      @media (min-width: 768px) {
        .cart-collaterals .cart_totals .order-total th {
          width: 75%; } }
    .cart-collaterals .cart_totals .order-total td {
      width: 100%;
      border-top: 0 !important;
      color: #006838;
      font-size: 22px; }
      @media (min-width: 768px) {
        .cart-collaterals .cart_totals .order-total td {
          width: 50%; } }

.woocommerce ul#shipping_method li {
  margin-bottom: 0 !important; }

.cross-sells {
  margin-top: 40px; }
  .cross-sells h2 {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
    color: #666666; }
  @media (min-width: 992px) {
    .cross-sells ul {
      padding: 0 80px !important; } }
  .cross-sells ul .slick-prev {
    left: 25px; }
  .cross-sells ul .slick-next {
    right: 25px; }
  .cross-sells .products {
    display: none;
    visibility: hidden;
    border-bottom: 0;
    padding-bottom: 0 !important; }
    .cross-sells .products li {
      width: 100% !important; }
      .cross-sells .products li h2 {
        min-height: 80px; }
      .cross-sells .products li img {
        width: 100% !important; }
  .cross-sells .slick-initialized {
    display: block;
    visibility: visible; }

/* Tablet portrait basket styles */
@media (min-width: 768px) {
  tr {
    display: inline-flex !important;
    width: 100%;
    align-items: center;
    border-top: 0 !important; }
    tr td {
      border: 0 !important;
      padding: 0 !important; }
      tr td:before {
        content: attr(data-title) " " !important; }
    tr .product-remove {
      align-self: center; }
    tr .product-thumbnail {
      display: flex !important;
      align-items: center;
      justify-content: center; }
      tr .product-thumbnail a {
        width: 100px;
        padding: 10px;
        border: 1px solid #ddd;
        background-color: #fff; }
      tr .product-thumbnail:before {
        display: none; }
    tr .product-name {
      display: flex !important;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      width: 35%; }
      tr .product-name a {
        text-align: left;
        font-size: 12px; }
      tr .product-name:before {
        font-size: 14px; }
    tr .product-price,
    tr .product-quantity,
    tr .product-subtotal {
      display: flex !important;
      flex-direction: column;
      align-items: flex-start; }
      tr .product-price span,
      tr .product-quantity span,
      tr .product-subtotal span {
        font-size: 12px; }
      tr .product-price:before,
      tr .product-quantity:before,
      tr .product-subtotal:before {
        font-size: 14px; }
    tr .product-quantity:before {
      display: none; }
    tr:nth-of-type(even) {
      background-color: #f5f5f5; }

  .woocommerce-cart-form__cart-item:nth-of-type(even) {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd; }

  .update-basket-actions {
    justify-content: flex-end;
    border: 0 !important;
    background-color: transparent !important; }
    .update-basket-actions td {
      background-color: transparent !important; } }
@media (min-width: 992px) {
  td:before {
    display: none !important; }

  tr {
    display: table-row !important; }
    tr:before {
      display: none !important; }
    tr .product-thumbnail {
      display: block !important; }
      tr .product-thumbnail a {
        width: 100px;
        padding: 10px;
        border: 1px solid #ddd;
        background-color: #fff; }
      tr .product-thumbnail:before {
        display: none; }
    tr .product-name {
      display: table-cell !important;
      width: auto; }
      tr .product-name a {
        text-align: left;
        font-size: 14px; }
    tr .product-thumbnail,
    tr .product-price,
    tr .product-quantity,
    tr .product-subtotal {
      display: table-cell !important; }
      tr .product-thumbnail a,
      tr .product-price a,
      tr .product-quantity a,
      tr .product-subtotal a {
        width: auto;
        padding: 0;
        border: 0;
        background-color: #fff; }
      tr .product-thumbnail:before,
      tr .product-price:before,
      tr .product-quantity:before,
      tr .product-subtotal:before {
        display: none; }
      tr .product-thumbnail span,
      tr .product-price span,
      tr .product-quantity span,
      tr .product-subtotal span {
        font-size: 14px; } }
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  padding: 0; }
  @media (min-width: 768px) {
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
      padding: 60px 0 0 0; } }

.woocommerce-info {
  background-color: #d9edf7 !important;
  color: #31708f !important;
  border: 1px solid #31708f !important; }

.woocommerce-error {
  background-color: #f2dede !important;
  border: 1px solid #a94442 !important;
  color: #a94442 !important; }
  .woocommerce-error a {
    color: #a94442 !important;
    font-size: 14px; }
    .woocommerce-error a:hover {
      text-decoration: none; }

.category-container .col-1,
.category-container .col-2 {
  margin-bottom: 0 !important; }
  .category-container .col-1 h3,
  .category-container .col-2 h3 {
    display: block;
    position: relative;
    margin: 30px 0;
    color: #006838; }
    .category-container .col-1 h3 label,
    .category-container .col-2 h3 label {
      display: flex;
      align-items: center; }
      .category-container .col-1 h3 label input,
      .category-container .col-2 h3 label input {
        margin-right: 5px;
        border-radius: 0 !important; }
  .category-container .col-1 input,
  .category-container .col-1 textarea,
  .category-container .col-2 input,
  .category-container .col-2 textarea {
    border-radius: 0 !important;
    padding: 15px !important; }
  .category-container .col-1 textarea,
  .category-container .col-2 textarea {
    min-height: 200px;
    resize: none; }
  .category-container .col-1 .select2-container--default,
  .category-container .col-1 .select2-selection--single,
  .category-container .col-2 .select2-container--default,
  .category-container .col-2 .select2-selection--single {
    height: 50px;
    border-radius: 0 !important; }
  .category-container .col-1 .select2-selection__rendered,
  .category-container .col-2 .select2-selection__rendered {
    display: flex !important;
    height: 100%;
    align-items: center;
    width: 100%; }
  .category-container .col-1 .select2-selection__arrow,
  .category-container .col-2 .select2-selection__arrow {
    display: flex;
    height: 100%;
    right: 10px !important; }

.woocommerce form .form-row {
  padding: 0 !important; }

#order_review_heading {
  display: block;
  margin: 30px 0; }

.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table .product-total {
  padding: 10px 20px !important;
  border-top: 0 !important; }
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 10px 20px !important; }
.woocommerce-checkout-review-order-table li {
  margin-bottom: 0 !important; }

.woocommerce-privacy-policy-text p {
  margin-bottom: 0 !important; }
  @media (min-width: 768px) {
    .woocommerce-privacy-policy-text p {
      padding: 20px 0; } }
  .woocommerce-order-pay .woocommerce-privacy-policy-text p {
    padding: 20px !important; }

.woocommerce-checkout-payment {
  background-color: transparent !important;
  border-radius: 0 !important; }
  .woocommerce-checkout-payment .wc_payment_methods {
    border-bottom: 0 !important;
    padding: 1em 1em 1em 1em !important; }
  .woocommerce-checkout-payment .place-order {
    padding: 0 1em 1em 1em !important;
    margin: 0 20px 20px 20px !important; }
  .woocommerce-checkout-payment .payment_box p {
    margin: 0 !important;
    padding: 0 !important; }
  .woocommerce-checkout-payment button {
    background-color: #006838 !important;
    color: #fff !important;
    width: 100% !important;
    border-radius: 0 !important;
    padding: 20px 25px !important;
    font-size: 24px !important;
    margin-top: 30px !important;
    margin-bottom: 0 !important; }
    @media (min-width: 768px) {
      .woocommerce-checkout-payment button {
        width: 40% !important; } }
    @media (min-width: 1200px) {
      .woocommerce-checkout-payment button {
        width: 20% !important; } }

.woocommerce-form-login-toggle .woocommerce-info {
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 5px 15px !important;
  margin: 0 0 10px 0 !important;
  text-transform: uppercase;
  color: #3c763d !important;
  border: 1px solid #3c763d !important;
  background-color: #dff0d8 !important; }
  .woocommerce-form-login-toggle .woocommerce-info a {
    color: #3c763d; }
    .woocommerce-form-login-toggle .woocommerce-info a:hover {
      text-decoration: none; }

.woocommerce-form-coupon-toggle {
  padding: 0 0 10px 0; }
  .woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 5px 15px !important;
    margin: 0 0 10px 0 !important;
    text-transform: uppercase;
    color: #31708f !important;
    border: 1px solid #31708f !important;
    background-color: #d9edf7 !important; }
    .woocommerce-form-coupon-toggle .woocommerce-info a {
      color: #31708f; }
      .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
        text-decoration: none; }

.woocommerce-checkout .woocommerce form.checkout_coupon p {
  padding: 0 20px 0 0 !important; }

.woocommerce form.checkout_coupon,
.woocommerce form.login {
  border: none !important;
  padding: 10px 20px !important;
  border-radius: 0 !important;
  margin-top: 0 !important; }
  .woocommerce form.checkout_coupon p,
  .woocommerce form.login p {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    color: #666666; }

.woocommerce form.login button {
  background-color: #006838 !important;
  border: 1px solid #006838 !important;
  color: #d6de23 !important;
  padding: 15px 20px !important;
  border-radius: 0 !important;
  margin-bottom: 10px !important; }
  .woocommerce form.login button:hover {
    background-color: transparent !important;
    color: #006838 !important; }

#customer_details p {
  color: #666666; }

.coupon-actions {
  display: flex;
  width: 100%;
  flex-direction: column; }
  @media (min-width: 576px) {
    .coupon-actions {
      flex-direction: row; } }
  .coupon-actions input[type="text"] {
    border-radius: 0 !important;
    border: 1px solid #ccc;
    padding: 10px !important;
    width: 100%;
    height: 55px; }
    @media (min-width: 576px) {
      .coupon-actions input[type="text"] {
        width: 70%;
        margin-bottom: 0; } }
  .coupon-actions button {
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #006838 !important;
    border: 1px solid #006838 !important;
    padding: 17px 25px !important;
    height: auto !important; }
    .coupon-actions button:hover {
      background-color: #006838 !important;
      color: #fff !important; }
    @media (min-width: 576px) {
      .coupon-actions button {
        margin-left: 5px; } }
    @media (min-width: 768px) {
      .coupon-actions button {
        width: 30% !important; } }
    @media (min-width: 1200px) {
      .coupon-actions button {
        width: 40% !important; } }
  .coupon-actions p {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important; }

.woocommerce form .form-row label {
  margin: 10px 0 5px 0 !important; }

.woocommerce-NoticeGroup-checkout ul {
  display: block !important; }
.woocommerce-NoticeGroup-checkout li {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  margin-bottom: 5px;
  float: left !important; }

.woocommerce-billing-fields__field-wrapper,
.shipping_address {
  background-color: #f5f5f5;
  padding: 30px;
  border: 1px solid #eee;
  margin-bottom: 20px; }

.create-account {
  padding: 15px !important;
  border: 1px solid #eee; }
  .create-account .input[type="checkbox"] {
    height: 15px !important;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ddd; }

.woocommerce-validated {
  border: 0; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #dff0d8 !important; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #dff0d8;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  color: #3c763d; }

li.wc_payment_method.payment_method_worldpay label img {
  display: inline-block; }

.search-header {
  background-color: #fff; }
  .search-header h1 {
    padding: 20px 0 30px 0;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #d6de23; }
    .search-header h1 span {
      color: #d6de23; }

.search-container {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 20px 0 0 0;
  background-color: #fff; }
  @media (min-width: 768px) {
    .search-container {
      flex-direction: row;
      padding-bottom: 30px; } }
  .search-container .site-main {
    display: flex;
    flex-flow: row wrap; }
  .search-container .content-area {
    display: block;
    float: right;
    position: relative;
    width: 100%;
    order: 1; }
    @media (min-width: 768px) {
      .search-container .content-area {
        margin-left: 2%;
        width: 73%;
        order: 2; } }
    @media (min-width: 768px) {
      .search-container .content-area .product {
        display: flex;
        flex-direction: column; } }
    .search-container .content-area .product,
    .search-container .content-area .post {
      float: left;
      position: relative;
      padding: 10px !important;
      transition: all .3s ease;
      margin: 0 !important;
      width: 100% !important; }
      @media (min-width: 768px) {
        .search-container .content-area .product,
        .search-container .content-area .post {
          width: 33.333% !important; } }
      .search-container .content-area .product .entry-header,
      .search-container .content-area .post .entry-header {
        margin: 0;
        padding: 0; }
      .search-container .content-area .product .entry-title,
      .search-container .content-area .post .entry-title {
        font-size: 20px;
        margin: 10px 0 20px 0;
        line-height: 24px;
        min-height: 40px; }
        @media (min-width: 768px) {
          .search-container .content-area .product .entry-title,
          .search-container .content-area .post .entry-title {
            font-size: 16px;
            line-height: 20px; } }
        @media (min-width: 1200px) {
          .search-container .content-area .product .entry-title,
          .search-container .content-area .post .entry-title {
            font-size: 20px;
            line-height: 24px; } }
        .search-container .content-area .product .entry-title a,
        .search-container .content-area .post .entry-title a {
          text-decoration: none;
          color: #1A1A1A !important;
          font-size: 16px !important;
          font-weight: 400 !important; }
      .search-container .content-area .product img,
      .search-container .content-area .post img {
        border: 1px solid #eee;
        width: 100%; }
      .search-container .content-area .product .entry-meta,
      .search-container .content-area .post .entry-meta {
        font-size: 12px; }
        .search-container .content-area .product .entry-meta a,
        .search-container .content-area .post .entry-meta a {
          color: #d6de23; }
      .search-container .content-area .product:hover .view-prod,
      .search-container .content-area .post:hover .view-prod {
        background-color: #d6de23 !important;
        border: 1px solid #d6de23 !important;
        color: #006838 !important; }
    .search-container .content-area .search-price {
      font-size: 28px;
      color: #666666;
      font-weight: 700;
      margin-bottom: 20px !important; }
      @media (min-width: 768px) {
        .search-container .content-area .search-price {
          font-size: 22px;
          margin-top: auto; } }
      @media (min-width: 1200px) {
        .search-container .content-area .search-price {
          font-size: 28px; } }
      .search-container .content-area .search-price .amount:before {
        content: "From:";
        display: inline-block;
        position: relative;
        width: auto;
        font-weight: 400;
        font-size: 14px !important;
        text-transform: uppercase;
        color: #006838 !important;
        margin-right: 5px; }
      .search-container .content-area .search-price .amount:after {
        content: "Inc VAT";
        display: inline-block;
        position: relative;
        width: auto;
        font-weight: 400;
        font-size: 12px !important;
        text-transform: uppercase;
        color: #006838 !important;
        margin-left: 5px; }
  .search-container aside {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    order: 2;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .search-container aside {
        order: 1;
        width: 25%;
        margin-top: 0; } }
    .search-container aside h2 {
      margin: 20px 0;
      padding: 0 0 0 15px; }
    .search-container aside ul {
      display: block;
      position: relative;
      width: 100%;
      background-color: #f3f3f3;
      padding: 0;
      margin: 0; }
    .search-container aside li {
      list-style: none;
      display: block;
      position: relative;
      width: 100%;
      padding: 25px 15px !important;
      border-bottom: 1px solid #d6de23; }
      .search-container aside li:last-of-type {
        border-bottom: 0; }
    .search-container aside a {
      text-decoration: none;
      font-weight: 600;
      color: #000; }
    .search-container aside img {
      width: 100%; }

.woocommerce-order-received .category-container h1 {
  font-size: 36px; }
.woocommerce-order-received .category-container .entry-content {
  margin-top: 0 !important; }
.woocommerce-order-received .category-container .woocommerce-thankyou-order-received {
  color: #57C655; }
  .woocommerce-order-received .category-container .woocommerce-thankyou-order-received .woocommerce-column--shipping-address {
    margin-top: 0 !important; }
.woocommerce-order-received .category-container .woocommerce-thankyou-order-details {
  margin: 0 0 20px 0;
  padding: 0; }
  .woocommerce-order-received .category-container .woocommerce-thankyou-order-details li {
    width: 100%;
    margin-bottom: 1em;
    border-right: 0 !important; }
    @media (min-width: 768px) {
      .woocommerce-order-received .category-container .woocommerce-thankyou-order-details li {
        width: auto;
        margin-bottom: 0;
        border-right: 1px dashed #d3ced2 !important;
        padding-right: 15px !important; } }
    @media (min-width: 768px) {
      .woocommerce-order-received .category-container .woocommerce-thankyou-order-details li strong {
        font-size: 12px; } }
.woocommerce-order-received .category-container .woocommerce-order-details {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 3px solid #d6de23; }
  .woocommerce-order-received .category-container .woocommerce-order-details h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 20px; }
  .woocommerce-order-received .category-container .woocommerce-order-details thead {
    color: #fff !important; }
    .woocommerce-order-received .category-container .woocommerce-order-details thead th {
      padding-left: 20px !important;
      color: #fff !important; }
  .woocommerce-order-received .category-container .woocommerce-order-details tbody td,
  .woocommerce-order-received .category-container .woocommerce-order-details tbody th {
    padding-left: 20px !important;
    border-top: 0 !important; }
  .woocommerce-order-received .category-container .woocommerce-order-details tfoot td,
  .woocommerce-order-received .category-container .woocommerce-order-details tfoot th {
    padding-left: 20px !important; }
.woocommerce-order-received .category-container .woocommerce-customer-details {
  border: 0 !important;
  border-top: 3px solid #d6de23 !important;
  padding: 30px 0 0 0;
  margin-bottom: 0 !important; }
  @media (min-width: 768px) {
    .woocommerce-order-received .category-container .woocommerce-customer-details {
      margin-bottom: 40px !important; } }
  .woocommerce-order-received .category-container .woocommerce-customer-details h2 {
    margin-bottom: 30px; }
  .woocommerce-order-received .category-container .woocommerce-customer-details address {
    border-width: 1px !important;
    border-radius: 0 !important;
    padding: 15px !important;
    line-height: 26px !important; }
    @media (min-width: 768px) {
      .woocommerce-order-received .category-container .woocommerce-customer-details address {
        padding: 25px !important; } }
    .woocommerce-order-received .category-container .woocommerce-customer-details address p:first-of-type {
      margin-top: 20px; }
.woocommerce-order-received .category-container .woocommerce-columns--addresses {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 768px) {
    .woocommerce-order-received .category-container .woocommerce-columns--addresses {
      flex-direction: row;
      margin-bottom: 80px; } }
  @media (min-width: 768px) {
    .woocommerce-order-received .category-container .woocommerce-columns--addresses .col-1,
    .woocommerce-order-received .category-container .woocommerce-columns--addresses .col-2 {
      width: 45% !important; } }
  .woocommerce-order-received .category-container .woocommerce-columns--addresses address {
    height: 100%;
    border: 1px solid #006838 !important;
    border-radius: 0 !important;
    margin-top: 20px;
    padding: 20px;
    line-height: 18px;
    font-size: 14px; }
  .woocommerce-order-received .category-container .woocommerce-columns--addresses .woocommerce-column--shipping-address {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .woocommerce-order-received .category-container .woocommerce-columns--addresses .woocommerce-column--shipping-address {
        margin-top: 0; } }

.woocommerce-account .category-container, .woocommerce-lost-password .category-container {
  padding: 10px; }
  @media (min-width: 1200px) {
    .woocommerce-account .category-container, .woocommerce-lost-password .category-container {
      padding: 20px; } }
  .woocommerce-account .category-container .entry-header, .woocommerce-lost-password .category-container .entry-header {
    padding: 30px 15px; }

@media (min-width: 1200px) {
  #customer_login {
    max-width: 100%; } }

.woocommerce-account .woocommerce-info {
  border-top: 2px solid #a0d402 !important;
  padding: 1em !important;
  font-size: 14px; }
.woocommerce-account .woocommerce-Message {
  display: flex;
  align-items: center; }
  .woocommerce-account .woocommerce-Message:before {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin-right: 10px; }
  .woocommerce-account .woocommerce-Message a {
    order: 2;
    background-color: #006838 !important;
    color: #d6de23 !important;
    border-radius: 0 !important;
    padding: 15px 0 !important;
    min-width: 100px;
    text-align: center;
    margin-left: 10px; }
    @media (min-width: 576px) {
      .woocommerce-account .woocommerce-Message a {
        margin-left: auto; } }
.woocommerce-account .woocommerce-MyAccount-navigation {
  background-color: #f7f7f7;
  border: 1px solid #ddd; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style-type: none;
    display: block;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ddd; }
    .woocommerce-account .woocommerce-MyAccount-navigation li:last-of-type {
      border-bottom: 0; }
.woocommerce-account .entry-title {
  font-size: 26px; }
.woocommerce-account .col2-set {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .woocommerce-account .col2-set {
      width: 90%;
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    .woocommerce-account .col2-set {
      width: 100%; } }
  .woocommerce-account .col2-set .col-1,
  .woocommerce-account .col2-set .col-2 {
    width: 100%;
    float: none; }
    @media (min-width: 1200px) {
      .woocommerce-account .col2-set .col-1,
      .woocommerce-account .col2-set .col-2 {
        width: 50%;
        float: left; } }
  .woocommerce-account .col2-set .woocommerce-form-login,
  .woocommerce-account .col2-set .woocommerce-form-register {
    margin-top: 15px !important;
    border-radius: 0 !important;
    color: #666666 !important;
    border: none !important; }
    .woocommerce-account .col2-set .woocommerce-form-login a,
    .woocommerce-account .col2-set .woocommerce-form-register a {
      color: #666666; }
    .woocommerce-account .col2-set .woocommerce-form-login input,
    .woocommerce-account .col2-set .woocommerce-form-register input {
      border: 1px solid #ddd !important; }
    .woocommerce-account .col2-set .woocommerce-form-login button,
    .woocommerce-account .col2-set .woocommerce-form-register button {
      background-color: #006838 !important;
      border: 1px solid #006838 !important;
      color: #fff !important;
      border-radius: 0 !important;
      padding: 15px 25px !important;
      margin: 5px 0 10px 0; }
      .woocommerce-account .col2-set .woocommerce-form-login button:hover,
      .woocommerce-account .col2-set .woocommerce-form-register button:hover {
        background-color: transparent !important;
        color: #006838 !important; }
    .woocommerce-account .col2-set .woocommerce-form-login .woocommerce-privacy-policy-text p,
    .woocommerce-account .col2-set .woocommerce-form-register .woocommerce-privacy-policy-text p {
      padding: 10px 0 20px 0; }
.woocommerce-account .woocommerce-table--order-details {
  margin-top: 20px !important; }
  .woocommerce-account .woocommerce-table--order-details .woocommerce-table__product-name,
  .woocommerce-account .woocommerce-table--order-details .woocommerce-table__product-table {
    padding-left: 15px !important; }

.woocommerce-MyAccount-content {
  margin-top: 30px; }
  .woocommerce-MyAccount-content a {
    color: #d6de23; }

.woocommerce table.shop_table {
  margin-bottom: 0 !important; }

.woocommerce-MyAccount-orders .woocommerce-orders-table__header,
.woocommerce-MyAccount-orders .woocommerce-orders-table__cell {
  padding-left: 15px !important;
  border-top: 0 !important; }
.woocommerce-MyAccount-orders td {
  padding: 15px !important; }
.woocommerce-MyAccount-orders tr {
  margin-bottom: 30px; }
  .woocommerce-MyAccount-orders tr:nth-of-type(even) {
    background-color: #f7f7f7; }
.woocommerce-MyAccount-orders .woocommerce-button {
  background-color: #006838 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 15px 25px !important;
  border: 1px solid #006838 !important;
  width: 100%;
  text-align: center; }
  .woocommerce-MyAccount-orders .woocommerce-button:hover {
    background-color: #fff !important;
    color: #006838 !important; }

.woocommerce-button--next,
.woocommerce-button--previous {
  background-color: #006838 !important;
  color: #d6de23 !important;
  border-radius: 0 !important;
  padding: 15px 25px !important; }

.woocommerce-ResetPassword input,
.woocommerce-lost-password input {
  border: 1px solid #ddd !important;
  padding: 10px !important;
  border-radius: 0 !important; }
.woocommerce-ResetPassword .woocommerce-Button,
.woocommerce-lost-password .woocommerce-Button {
  background-color: #006838 !important;
  color: #d6de23 !important;
  border-radius: 0 !important;
  padding: 15px 25px !important; }

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

.woocommerce-view-order .col2-set,
.woocommerce-edit-address .col2-set {
  margin-top: 30px; }
  .woocommerce-view-order .col2-set .col-1,
  .woocommerce-view-order .col2-set .col-2,
  .woocommerce-edit-address .col2-set .col-1,
  .woocommerce-edit-address .col2-set .col-2 {
    width: 100% !important;
    float: none !important;
    margin: 0 auto; }
    .woocommerce-view-order .col2-set .col-1 h2,
    .woocommerce-view-order .col2-set .col-2 h2,
    .woocommerce-edit-address .col2-set .col-1 h2,
    .woocommerce-edit-address .col2-set .col-2 h2 {
      display: block;
      position: relative;
      margin: 30px 0; }
    .woocommerce-view-order .col2-set .col-1 address,
    .woocommerce-view-order .col2-set .col-2 address,
    .woocommerce-edit-address .col2-set .col-1 address,
    .woocommerce-edit-address .col2-set .col-2 address {
      margin-top: 5px !important;
      background-color: transparent;
      border-radius: 0 !important;
      color: #666666 !important;
      border: 0 !important;
      border-top: 1px solid #d6de23 !important;
      padding: 20px 0 0 0 !important;
      line-height: 21px; }

.woocommerce-address-fields,
.woocommerce-EditAccountForm {
  padding: 10px;
  margin-top: 30px; }
  .woocommerce-address-fields button,
  .woocommerce-EditAccountForm button {
    background-color: #fff !important;
    color: #006838 !important;
    border-radius: 0 !important;
    border: 1px solid #006838 !important;
    padding: 15px 25px !important;
    margin-top: 10px !important; }
    .woocommerce-address-fields button:hover,
    .woocommerce-EditAccountForm button:hover {
      background-color: #006838 !important;
      color: #fff !important; }

.woocommerce-EditAccountForm {
  margin-top: 0; }
  .woocommerce-EditAccountForm fieldset {
    margin-top: 30px;
    border: 1px solid #ddd !important; }
  .woocommerce-EditAccountForm em {
    display: block;
    position: relative;
    margin-top: 8px;
    font-size: 12px; }
  .woocommerce-EditAccountForm legend {
    padding: 0 10px !important; }

.woocommerce-OrderUpdates {
  margin: 0;
  padding: 1em 0 1em 1em; }

.order-again .button {
  background-color: #006838 !important;
  color: #d6de23 !important;
  border-radius: 0 !important;
  padding: 15px 25px !important;
  margin-top: 10px !important; }

#place_order {
  background-color: #d6de23 !important;
  color: #006838 !important;
  border-radius: 0 !important;
  padding: 15px 25px !important;
  margin: 10px !important; }
  #place_order:hover {
    background-color: #006838 !important;
    color: #d6de23 !important; }

.woocommerce-button.pay {
  background-color: #1e6e3d !important;
  color: #fff !important;
  border: 1px solid #185931 !important;
  margin-bottom: 15px !important; }
.woocommerce-button.cancel {
  background-color: #af301b !important;
  color: #fff !important;
  border: 1px solid #912b1b !important;
  margin-top: 15px !important; }
.woocommerce-button.order-again {
  margin-top: 15px !important; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  padding: 0;
  margin: 0; }

.woocommerce-account .col2-set .col-1, .woocommerce-account .col2-set .col-2 {
  padding: 15px; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block; }

#customer_login h2 {
  font-size: 18px;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #666666;
  border-bottom: 1px solid #d6de23 !important; }
#customer_login a {
  color: #666666; }
  #customer_login a:hover {
    text-decoration: none; }
#customer_login ul {
  padding: 20px 5px;
  margin: 0;
  line-height: 28px;
  color: #666666; }
#customer_login li {
  background: url("images/icons/tick.png") no-repeat left;
  background-size: 15px;
  padding: 0 0 0 25px;
  list-style-type: none; }
#customer_login .woocommerce-privacy-policy-text {
  background-color: #F2F2F2;
  padding: 10px 20px 0 20px;
  margin-bottom: 20px; }
#customer_login .warning {
  color: #a94442;
  margin-top: 10px; }

.woocommerce form .form-row .required {
  color: #a94442;
  font-size: 11px; }

.woocommerce-account .col2-set {
  margin-top: 0; }

.woocommerce table.shop_table {
  border-left: 1px solid #dad9d9 !important; }

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  border-bottom: 1px solid #dad9d9 !important;
  border-right: 1px solid #dad9d9 !important; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-top: none !important; }

.woocommerce-MyAccount-content a {
  color: #666666; }
  .woocommerce-MyAccount-content a:hover {
    text-decoration: none; }
  .woocommerce-MyAccount-content a:visited {
    color: #666666; }

.woocommerce-MyAccount-content p {
  color: #666666; }

.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
  color: #666666; }

.page-intro {
  margin: 0;
  border-bottom: 1px solid #ccc; }
  @media (min-width: 1200px) {
    .page-intro {
      margin: 40px 0; } }
  .page-intro .page-text {
    margin-bottom: 0; }
    .page-intro .page-text ul {
      margin: 0; }
  .page-intro h2,
  .page-intro h3,
  .page-intro h4,
  .page-intro h5,
  .page-intro h6 {
    font-size: 18px;
    position: relative;
    margin-bottom: 15px; }

.enquiry-block {
  display: block;
  position: relative;
  padding-bottom: 0; }
  .enquiry-block h2 {
    margin: 30px 0; }
  .enquiry-block form {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap; }
    .enquiry-block form p {
      width: 100%; }
  .enquiry-block .input-block {
    width: 100%;
    margin-bottom: 30px; }
    .enquiry-block .input-block:nth-of-type(3), .enquiry-block .input-block:nth-of-type(5) {
      margin-right: 0; }
    .enquiry-block .input-block input {
      width: 100%; }
    @media (min-width: 768px) {
      .enquiry-block .input-block {
        width: 49%;
        margin-right: 2%; } }
  .enquiry-block label {
    display: block;
    position: relative;
    margin-bottom: 10px; }
  .enquiry-block textarea {
    height: 250px;
    resize: none;
    margin-bottom: 30px; }
  .enquiry-block .button-container {
    margin-top: 30px; }
  .enquiry-block .form-action {
    display: flex;
    align-items: baseline;
    margin: 0;
    width: 100%; }
    .enquiry-block .form-action input[type="checkbox"] {
      margin-right: 5px; }

span.wpcf7-not-valid-tip {
  font-size: 12px !important;
  display: block;
  margin-top: 10px; }

span.wpcf7-list-item {
  margin: 0 !important; }

div.wpcf7 .ajax-loader {
  left: 40% !important;
  bottom: -10px !important;
  position: relative; }

.div.wpcf7-response-output {
  width: 100% !important;
  padding: 20px !important; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 1px solid #efadad;
  padding: 20px;
  width: 100% !important;
  margin: 0 !important; }

.wpcf7-not-valid {
  border: 1px solid #efadad !important; }

.consent .wpcf7-not-valid {
  border: 0 !important; }

.wpcf7-mail-sent-ok {
  border: 1px solid #89cd13 !important;
  padding: 20px !important;
  width: 100% !important;
  margin: 0 !important;
  color: #89cd13 !important; }

.page-template-misc-pages .category-container {
  padding: 20px 20px 40px 20px; }
  .page-template-misc-pages .category-container a {
    color: #d6de23; }
.category-container .page-intro h1 {
  margin: 30px 0; }

.entry-content-page {
  margin-top: 30px; }
  .entry-content-page h1,
  .entry-content-page h2,
  .entry-content-page h3,
  .entry-content-page h4,
  .entry-content-page h5,
  .entry-content-page h6 {
    font-size: 22px;
    margin-bottom: 10px; }

.about-title {
  margin: 30px 0; }
  @media (min-width: 768px) {
    .about-title {
      margin: 20px 0 30px 0; } }

.team-members {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  display: block;
  position: relative;
  padding: 30px 0; }
  @media (min-width: 1200px) {
    .team-members {
      padding: 40px 0; } }
  .team-members h3 {
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .team-members h3 {
        margin-bottom: 40px; } }
  .team-members .team-profiles {
    margin: 0;
    padding: 0 40px;
    display: none;
    visibility: hidden; }
    .team-members .team-profiles li {
      padding: 0 10px;
      text-align: center;
      color: #006838; }
      @media (min-width: 768px) {
        .team-members .team-profiles li {
          padding: 0 30px; } }
    .team-members .team-profiles img {
      margin-bottom: 30px; }
    .team-members .team-profiles p {
      margin-bottom: 0;
      font-size: 20px; }
      @media (min-width: 576px) {
        .team-members .team-profiles p {
          font-size: 14px; } }
      @media (min-width: 768px) {
        .team-members .team-profiles p {
          font-size: 18px; } }
      .team-members .team-profiles p + p {
        margin-top: 5px;
        font-weight: 600; }
  .team-members .slick-initialized {
    display: block;
    visibility: visible; }

.what-our-customers-say {
  display: block;
  position: relative;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .what-our-customers-say {
      padding: 30px 0 20px 0; } }
  @media (min-width: 1200px) {
    .what-our-customers-say {
      padding: 40px 0; } }
  .what-our-customers-say h3 {
    text-transform: capitalize; }
    @media (min-width: 1200px) {
      .what-our-customers-say h3 {
        margin-bottom: 40px; } }
  .what-our-customers-say ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
  .what-our-customers-say li {
    list-style-type: none;
    width: 100%;
    margin-bottom: 0; }
    .what-our-customers-say li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .what-our-customers-say li {
        width: 31%;
        margin-right: 2%;
        margin-bottom: 0; }
        .what-our-customers-say li:nth-of-type(3n) {
          margin-right: 0; } }
    .what-our-customers-say li h2 {
      font-size: 20px;
      margin-bottom: 10px; }
      @media (min-width: 1200px) {
        .what-our-customers-say li h2 {
          margin-bottom: 20px; } }
      .what-our-customers-say li h2 a {
        text-decoration: none;
        color: #006838; }
        .what-our-customers-say li h2 a:hover {
          text-decoration: underline; }
    .what-our-customers-say li .article-snippet {
      padding: 0; }
      @media (min-width: 1200px) {
        .what-our-customers-say li .article-snippet {
          margin-top: 0; } }
    .what-our-customers-say li p {
      font-family: Georgia, Times New Roman, Times;
      font-size: 18px;
      line-height: 26px;
      font-style: italic;
      color: #666666; }
    .what-our-customers-say li .review-name {
      font-style: normal;
      font-family: sans-serif;
      font-size: 14px;
      color: #006838;
      margin-top: 0; }
  .what-our-customers-say .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0; }
    @media (min-width: 768px) {
      .what-our-customers-say .button-container {
        margin: 30px 0 0 0; } }
    .what-our-customers-say .button-container a {
      text-decoration: none; }

.contact-map {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 20px; }

.equal-col {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .equal-col {
      flex-direction: row;
      padding: 10px; } }
  .equal-col .col-l,
  .equal-col .col-r {
    width: 100%; }
    @media (min-width: 768px) {
      .equal-col .col-l,
      .equal-col .col-r {
        width: 45%; } }
    .equal-col .col-l h2,
    .equal-col .col-r h2 {
      position: relative;
      margin: 30px 0; }
      @media (min-width: 768px) {
        .equal-col .col-l h2,
        .equal-col .col-r h2 {
          margin-bottom: 40px; } }
  .equal-col .col-l {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .equal-col .col-l {
        margin-right: 5%;
        margin-bottom: 0; } }
  .equal-col address {
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .equal-col address {
        font-size: 16px;
        line-height: 21px; } }

.acf-map {
  width: 100%;
  height: 400px;
  margin: 0; }

.opening-times {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  line-height: 21px; }
  @media (min-width: 576px) {
    .opening-times {
      flex-direction: row; } }
  .opening-times h4 {
    font-size: 20px;
    position: relative;
    margin-bottom: 10px; }

.yard-times,
.store-times {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px; }
  @media (min-width: 768px) {
    .yard-times,
    .store-times {
      width: 50%;
      margin-bottom: 0; } }

.get-directions {
  margin: 30px 0; }
  .get-directions h4 {
    font-size: 20px;
    position: relative;
    margin-bottom: 10px; }
  .get-directions form {
    display: flex;
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px; }
    .get-directions form input {
      width: 80%; }
    .get-directions form button {
      width: 20%;
      margin-left: 10px;
      background-color: #d6de23;
      border: 1px solid #d6de23;
      color: #006838;
      font-size: 20px;
      font-weight: 600; }

.search-page-header {
  display: block;
  position: relative;
  width: 100%;
  margin: 30px 0 40px 0; }

.customer-review-list {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap; }
  .customer-review-list .entry-header {
    padding-top: 0; }
  .customer-review-list article {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 576px) {
      .customer-review-list article {
        width: 47%;
        margin-right: 5%; }
        .customer-review-list article:nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .customer-review-list article {
        width: 30%; }
        .customer-review-list article:nth-of-type(2n) {
          margin-right: 5%; }
        .customer-review-list article:nth-of-type(3n) {
          margin-right: 0; } }
  .customer-review-list .entry-title {
    font-size: 20px; }
  .customer-review-list .entry-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 10px; }
    .customer-review-list .entry-content p {
      font-family: Georgia, Times New Roman, Times;
      font-size: 18px;
      line-height: 26px;
      font-style: italic;
      color: #808080; }
    .customer-review-list .entry-content .review-name {
      font-style: normal;
      font-family: sans-serif;
      font-size: 14px;
      color: #006838;
      margin-top: 0; }

.error404 .key-messages,
.error404 .breadcrumbs,
.error404 .customer-reviews,
.error404 .footer-social {
  display: none; }

.error-404 {
  padding: 40px; }
  .error-404 .page-header {
    text-align: center; }
  .error-404 p {
    text-align: center; }
  .error-404 .button-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 40px; }

.site-footer {
  background-color: #1A1A1A;
  color: #F2F2F2;
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px; }
  .site-footer a {
    color: #F2F2F2;
    text-decoration: none; }
    .site-footer a:hover {
      color: #F2F2F2;
      text-decoration: underline; }
    .site-footer a:visited, .site-footer a:focus {
      color: #fff; }

.customer-reviews {
  background-color: #d6de23;
  color: #1A1A1A;
  font-size: 20px;
  line-height: 22px; }

.footer-social {
  background-color: #006838;
  position: relative; }
  .footer-social:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("./images/backgrounds/wood-grain.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .4; }
  .footer-social .social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .footer-social .social-list > div {
      width: 50px;
      margin: 0 5px; }

.site-info {
  padding: 30px 0; }
  @media (min-width: 1200px) {
    .site-info {
      padding: 40px 0; } }

.footer-cols {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .footer-cols {
      flex-direction: row; } }
  .footer-cols address {
    line-height: 18px;
    font-style: normal;
    padding-left: 30px;
    padding-right: 30px; }
    .footer-cols address:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 15px;
      height: 15px;
      margin-right: 10px;
      left: 5%;
      background-image: url("./images/icons/address.png");
      background-repeat: no-repeat;
      background-position: left;
      background-size: 15px 15px; }
      @media (min-width: 768px) {
        .footer-cols address:before {
          left: 0; } }
  .footer-cols .footer-tel {
    padding-left: 30px;
    display: flex;
    align-items: center; }
    .footer-cols .footer-tel:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 11px;
      height: 19px;
      margin-right: 10px;
      left: 5%;
      background-image: url("./images/icons/phone.png");
      background-repeat: no-repeat;
      background-position: left;
      background-size: 11px 19px; }
      @media (min-width: 768px) {
        .footer-cols .footer-tel:before {
          left: 0; } }
  .footer-cols .footer-email {
    margin-top: 30px; }
  .footer-cols .map-link {
    position: relative;
    margin-top: 30px;
    padding-left: 30px;
    display: flex;
    align-items: center; }
    .footer-cols .map-link a {
      text-decoration: underline; }
    .footer-cols .map-link:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 14px;
      height: 22px;
      margin-right: 10px;
      left: 0;
      background-image: url("./images/icons/map.png");
      background-repeat: no-repeat;
      background-position: left;
      background-size: 14px 22px; }
  .footer-cols .col-1,
  .footer-cols .col-2,
  .footer-cols .col-3 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 12px; }
    @media (min-width: 768px) {
      .footer-cols .col-1,
      .footer-cols .col-2,
      .footer-cols .col-3 {
        flex: 1;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .footer-cols .col-1,
      .footer-cols .col-2,
      .footer-cols .col-3 {
        font-size: 14px; } }
  .footer-cols .col-2 ul {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .footer-cols .col-2 ul {
        flex-direction: column; } }
    @media (min-width: 992px) {
      .footer-cols .col-2 ul {
        flex-direction: row; } }
  .footer-cols .col-2 li {
    display: flex;
    list-style: none;
    width: 50%;
    margin-bottom: 5px;
    align-items: center; }
    @media (min-width: 768px) {
      .footer-cols .col-2 li {
        width: 100%; } }
    @media (min-width: 992px) {
      .footer-cols .col-2 li {
        width: 50%; } }
    .footer-cols .col-2 li:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 15px;
      height: 15px;
      background-image: url("./images/arrows/footer.png");
      background-repeat: no-repeat;
      background-position: left;
      background-size: 6px 10px;
      left: 0; }
  .footer-cols .col-3 {
    margin-bottom: 0; }
    .footer-cols .col-3 p {
      margin: 0;
      font-size: 14px; }
    .footer-cols .col-3 img {
      margin: 20px 0; }
      @media (min-width: 576px) {
        .footer-cols .col-3 img {
          max-width: 50%; } }
      @media (min-width: 768px) {
        .footer-cols .col-3 img {
          max-width: 100%; } }

.column-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }

.copyright {
  display: flex;
  position: relative;
  line-height: 18px;
  width: 100%; }

.payment-cards img {
  display: inline-block; }

.page-template-page-stairs .stairs-intro {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 40px;
  max-width: 1180px;
  margin: auto; }
  .page-template-page-stairs .stairs-intro h1 {
    padding-bottom: 30px; }
  .page-template-page-stairs .stairs-intro .intro-links {
    display: flex;
    list-style: none;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .page-template-page-stairs .stairs-intro .intro-links {
        flex-direction: row; } }
    .page-template-page-stairs .stairs-intro .intro-links li {
      border: 1px solid #d6de23;
      padding: 10px 30px;
      margin: 0 5px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer; }
      .page-template-page-stairs .stairs-intro .intro-links li:not(:last-of-type) {
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .page-template-page-stairs .stairs-intro .intro-links li:not(:last-of-type) {
            margin-bottom: 0; } }
      @media (min-width: 768px) {
        .page-template-page-stairs .stairs-intro .intro-links li {
          padding: 10px 15px; } }
      @media (min-width: 1200px) {
        .page-template-page-stairs .stairs-intro .intro-links li {
          padding: 10px 30px; } }
      .page-template-page-stairs .stairs-intro .intro-links li:hover {
        background-color: #d6de23; }
      .page-template-page-stairs .stairs-intro .intro-links li a {
        text-decoration: none;
        color: #000; }
.page-template-page-stairs section#specifications {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #d6de23;
  border-bottom: 1px solid #d6de23;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .page-template-page-stairs section#specifications {
      flex-direction: row; } }
  @media (min-width: 1200px) {
    .page-template-page-stairs section#specifications {
      padding: 50px; } }
  .page-template-page-stairs section#specifications .text-block {
    width: 100%; }
    @media (min-width: 768px) {
      .page-template-page-stairs section#specifications .text-block {
        width: 50%;
        padding-right: 50px; } }
    .page-template-page-stairs section#specifications .text-block ul {
      padding: 0;
      margin: 20px 0 30px 20px; }
      .page-template-page-stairs section#specifications .text-block ul li {
        padding: 5px 0; }
    .page-template-page-stairs section#specifications .text-block .contact-submit {
      text-decoration: none;
      color: #000;
      width: 40%; }
      @media (min-width: 768px) {
        .page-template-page-stairs section#specifications .text-block .contact-submit {
          width: auto; } }
      @media (min-width: 1200px) {
        .page-template-page-stairs section#specifications .text-block .contact-submit {
          width: 40%; } }
      .page-template-page-stairs section#specifications .text-block .contact-submit:hover {
        color: #fff; }
  .page-template-page-stairs section#specifications .image-block {
    width: 100%; }
    @media (min-width: 768px) {
      .page-template-page-stairs section#specifications .image-block {
        width: 50%; } }
.page-template-page-stairs section#why-choose {
  padding: 50px 0; }
  @media (min-width: 1200px) {
    .page-template-page-stairs section#why-choose {
      padding: 50px; } }
  .page-template-page-stairs section#why-choose h2 {
    text-align: center;
    padding-bottom: 30px; }
  .page-template-page-stairs section#why-choose ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
    .page-template-page-stairs section#why-choose ul li {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 10px;
      margin-bottom: 30px;
      width: 50%; }
      @media (min-width: 768px) {
        .page-template-page-stairs section#why-choose ul li {
          width: 25%;
          margin-bottom: 0; } }
      .page-template-page-stairs section#why-choose ul li img {
        max-width: 135px; }
      .page-template-page-stairs section#why-choose ul li .icon-heading {
        color: #006837;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        padding: 20px 0; }
        @media (min-width: 1200px) {
          .page-template-page-stairs section#why-choose ul li .icon-heading {
            font-size: 16px; } }
      .page-template-page-stairs section#why-choose ul li .icon-text {
        text-align: center; }
        @media (min-width: 1200px) {
          .page-template-page-stairs section#why-choose ul li .icon-text {
            max-width: 70%; } }
        .page-template-page-stairs section#why-choose ul li .icon-text p {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 18px; }
          @media (min-width: 1200px) {
            .page-template-page-stairs section#why-choose ul li .icon-text p {
              font-size: 16px;
              line-height: 22px; } }
.page-template-page-stairs section#process {
  background-color: #d6de23;
  background-image: url("images/backgrounds/Our-Process-Background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  width: calc(100% + 40px);
  margin-left: -20px; }
  @media (min-width: 1200px) {
    .page-template-page-stairs section#process {
      padding: 50px; } }
  .page-template-page-stairs section#process h2 {
    color: #000;
    margin-bottom: 30px; }
  .page-template-page-stairs section#process .process-intro {
    text-align: center; }
    @media (min-width: 768px) {
      .page-template-page-stairs section#process .process-intro p {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
  .page-template-page-stairs section#process ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: auto;
    list-style: none;
    max-width: 90%; }
    @media (min-width: 768px) {
      .page-template-page-stairs section#process ul {
        flex-wrap: nowrap; } }
    .page-template-page-stairs section#process ul li {
      padding: 30px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media (min-width: 768px) {
        .page-template-page-stairs section#process ul li {
          padding: 30px 10px; } }
      @media (min-width: 1200px) {
        .page-template-page-stairs section#process ul li {
          padding: 30px; } }
      .page-template-page-stairs section#process ul li .image-heading {
        color: #000;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 20px 0 15px 0; }
      .page-template-page-stairs section#process ul li p {
        text-align: center;
        margin-bottom: 0; }
.page-template-page-stairs .process-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px; }
  .page-template-page-stairs .process-btn a {
    background-color: #006838;
    color: #fff;
    padding: 15px 40px;
    text-decoration: none; }
    .page-template-page-stairs .process-btn a:hover {
      background-color: #1A1A1A; }
.page-template-page-stairs section#costs {
  padding: 50px; }
  .page-template-page-stairs section#costs h2 {
    text-align: center;
    margin-bottom: 50px; }
  .page-template-page-stairs section#costs .costs-block {
    display: flex;
    max-width: 1000px;
    margin: auto;
    justify-content: space-between; }
    .page-template-page-stairs section#costs .costs-block .costs {
      display: flex;
      flex-direction: column;
      max-width: 45%; }
      .page-template-page-stairs section#costs .costs-block .costs h3 {
        padding: 40px 0 0 20px; }
      .page-template-page-stairs section#costs .costs-block .costs ul {
        padding: 0 0 0 15px;
        margin: 15px 0 20px 20px; }
        .page-template-page-stairs section#costs .costs-block .costs ul li {
          padding: 5px 0; }
      .page-template-page-stairs section#costs .costs-block .costs .price-block {
        padding-left: 20px; }
        .page-template-page-stairs section#costs .costs-block .costs .price-block span {
          display: block; }
          .page-template-page-stairs section#costs .costs-block .costs .price-block span.from {
            color: #d6de23;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: bold; }
          .page-template-page-stairs section#costs .costs-block .costs .price-block span.price {
            color: #006837;
            font-size: 30px;
            font-weight: bold;
            padding: 5px 0; }
.page-template-page-stairs section#gallery {
  border-top: 1px solid #d6de23;
  border-bottom: 1px solid #d6de23;
  padding: 50px 0; }
  @media (min-width: 1200px) {
    .page-template-page-stairs section#gallery {
      padding: 50px; } }
  .page-template-page-stairs section#gallery .gallery-intro {
    text-align: center; }
    .page-template-page-stairs section#gallery .gallery-intro h2 {
      margin-bottom: 30px; }
  .page-template-page-stairs section#gallery ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
    .page-template-page-stairs section#gallery ul li {
      flex: 1 0 21%;
      margin: 10px; }
      .page-template-page-stairs section#gallery ul li a {
        position: relative; }
        .page-template-page-stairs section#gallery ul li a:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          transition: all .3s ease;
          background-repeat: no-repeat;
          background-size: 20px;
          background-position: center;
          background-color: rgba(0, 104, 56, 0); }
      .page-template-page-stairs section#gallery ul li:hover a:before {
        background-image: url("images/stairs/plus-white.png");
        background-color: rgba(0, 104, 56, 0.9); }
.page-template-page-stairs section#faqs {
  padding: 50px 0;
  border-bottom: 1px solid #d6de23; }
  @media (min-width: 1200px) {
    .page-template-page-stairs section#faqs {
      padding: 50px; } }
  .page-template-page-stairs section#faqs h2 {
    text-align: center; }
  .page-template-page-stairs section#faqs .accordion {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 0; }
    @media (min-width: 1200px) {
      .page-template-page-stairs section#faqs .accordion {
        padding: 60px 100px; } }
    .page-template-page-stairs section#faqs .accordion .accordion-item {
      display: block;
      position: relative;
      width: 100%; }
      .page-template-page-stairs section#faqs .accordion .accordion-item .accordion-heading {
        padding: 20px;
        cursor: pointer;
        text-transform: uppercase;
        color: #006837;
        border-top: 1px solid #d6de23;
        background-image: url("images/stairs/plus.png");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: top 50% right 20px; }
      .page-template-page-stairs section#faqs .accordion .accordion-item:last-of-type .accordion-heading {
        border-bottom: 1px solid #d6de23; }
      .page-template-page-stairs section#faqs .accordion .accordion-item:last-of-type .active-tab {
        border-bottom: 0; }
      .page-template-page-stairs section#faqs .accordion .accordion-item .active-tab {
        background-image: url("images/stairs/minus.png");
        border-bottom: 0; }
      .page-template-page-stairs section#faqs .accordion .accordion-item .accordion-content {
        padding: 30px 20px 10px 20px;
        border-top: 1px solid #d6de23; }
.page-template-page-stairs section#quote {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .page-template-page-stairs section#quote {
      padding: 50px; } }
  .page-template-page-stairs section#quote .quote-intro {
    text-align: center; }
    .page-template-page-stairs section#quote .quote-intro h2 {
      margin-bottom: 20px;
      padding-top: 70px;
      position: relative; }
      .page-template-page-stairs section#quote .quote-intro h2:before {
        content: "";
        position: absolute;
        top: 0;
        left: calc(50% - 25px);
        width: 50px;
        height: 50px;
        background-image: url("images/icons/Sherman-log-logo.png");
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: center; }
  .page-template-page-stairs section#quote .form {
    max-width: 600px;
    margin: 50px auto auto auto !important; }
  .page-template-page-stairs section#quote .frm_small_text {
    margin-top: 10px;
    font-size: 13px; }
  .page-template-page-stairs section#quote .frm_dropzone {
    padding-left: 10px; }
    .page-template-page-stairs section#quote .frm_dropzone button {
      margin-bottom: 10px; }
      .page-template-page-stairs section#quote .frm_dropzone button + button {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .page-template-page-stairs section#quote .frm_dropzone button {
          margin-bottom: 0; } }
  .page-template-page-stairs section#quote .frm_submit {
    display: flex;
    align-items: center;
    justify-content: center; }
  .page-template-page-stairs section#quote .frm_button_submit {
    padding: 15px 60px;
    background-color: #d6de23;
    color: #1A1A1A;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #d6de23;
    font-family: sans-serif;
    font-weight: 600;
    transition: all .3s ease; }
    .page-template-page-stairs section#quote .frm_button_submit:hover {
      background-color: #006838;
      border: 1px solid #006838;
      color: #fff; }

body.single-areas-we-cover .page-intro,
body.post-type-archive-areas-we-cover .page-intro {
  margin-top: 0; }
  body.single-areas-we-cover .page-intro h1,
  body.post-type-archive-areas-we-cover .page-intro h1 {
    margin-top: 0;
    width: 100%;
    text-align: center; }
  body.single-areas-we-cover .page-intro p,
  body.post-type-archive-areas-we-cover .page-intro p {
    width: 100%;
    text-align: center; }
body.single-areas-we-cover section#faqs,
body.post-type-archive-areas-we-cover section#faqs {
  padding: 50px 0; }
  @media (min-width: 1200px) {
    body.single-areas-we-cover section#faqs,
    body.post-type-archive-areas-we-cover section#faqs {
      padding: 50px; } }
  body.single-areas-we-cover section#faqs h2,
  body.post-type-archive-areas-we-cover section#faqs h2 {
    text-align: center; }
  body.single-areas-we-cover section#faqs .accordion,
  body.post-type-archive-areas-we-cover section#faqs .accordion {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 0 0 0; }
    @media (min-width: 1200px) {
      body.single-areas-we-cover section#faqs .accordion,
      body.post-type-archive-areas-we-cover section#faqs .accordion {
        padding: 60px 100px 0 100px; } }
    body.single-areas-we-cover section#faqs .accordion .accordion-item,
    body.post-type-archive-areas-we-cover section#faqs .accordion .accordion-item {
      display: block;
      position: relative;
      width: 100%; }
      body.single-areas-we-cover section#faqs .accordion .accordion-item .accordion-heading,
      body.post-type-archive-areas-we-cover section#faqs .accordion .accordion-item .accordion-heading {
        padding: 20px;
        cursor: pointer;
        text-transform: uppercase;
        color: #006837;
        border-top: 1px solid #d6de23;
        background-image: url("images/stairs/plus.png");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: top 50% right 20px; }
      body.single-areas-we-cover section#faqs .accordion .accordion-item:last-of-type .accordion-heading,
      body.post-type-archive-areas-we-cover section#faqs .accordion .accordion-item:last-of-type .accordion-heading {
        border-bottom: 1px solid #d6de23; }
      body.single-areas-we-cover section#faqs .accordion .accordion-item:last-of-type .active-tab,
      body.post-type-archive-areas-we-cover section#faqs .accordion .accordion-item:last-of-type .active-tab {
        border-bottom: 0; }
      body.single-areas-we-cover section#faqs .accordion .accordion-item .active-tab,
      body.post-type-archive-areas-we-cover section#faqs .accordion .accordion-item .active-tab {
        background-image: url("images/stairs/minus.png");
        border-bottom: 0; }
      body.single-areas-we-cover section#faqs .accordion .accordion-item .accordion-content,
      body.post-type-archive-areas-we-cover section#faqs .accordion .accordion-item .accordion-content {
        padding: 30px 20px 10px 20px;
        border-top: 1px solid #d6de23; }

body.post-type-archive-areas-we-cover section#faqs {
  border-top: 1px solid #006838;
  padding-left: 0;
  padding-right: 0; }
  body.post-type-archive-areas-we-cover section#faqs .accordion {
    padding: 60px 0; }

.area-content1 {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .area-content1 {
      flex-direction: row; } }
  .area-content1 .img-col {
    width: 100%; }
    @media (min-width: 768px) {
      .area-content1 .img-col {
        width: 50%; } }
  .area-content1 .txt-col {
    width: 100%;
    padding: 30px; }
    @media (min-width: 768px) {
      .area-content1 .txt-col {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; } }
    @media (min-width: 992px) {
      .area-content1 .txt-col {
        padding: 0 60px; } }
    .area-content1 .txt-col h2 {
      margin-bottom: 30px; }
    .area-content1 .txt-col p:last-of-type {
      margin-bottom: 0; }

.popular-products {
  padding: 20px;
  padding-bottom: calc(20px - 4%);
  background-color: #F2F2F2; }
  @media (min-width: 768px) {
    .popular-products {
      padding: 40px;
      padding-bottom: calc(40px - 4%);
      margin: 40px 0; } }
  .popular-products .product-categories {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .popular-products h3 {
    width: 100%;
    text-align: center;
    color: #006838;
    margin-bottom: 40px; }
  .popular-products li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    position: relative; }
    .popular-products li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #006838;
      background: linear-gradient(0deg, #006838 0%, rgba(0, 104, 56, 0) 50%); }
    .popular-products li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .popular-products li {
        width: 30.666%; }
        .popular-products li:nth-of-type(2n) {
          margin-right: 4%; }
        .popular-products li:nth-of-type(3n) {
          margin-right: 0; } }
  .popular-products h4 {
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    left: 10px;
    bottom: 10px; }
    @media (min-width: 992px) {
      .popular-products h4 {
        font-size: 18px;
        line-height: 22px;
        bottom: 20px;
        left: 20px; } }
    .popular-products h4 a {
      color: #fff;
      text-decoration: none; }

.area-content2 {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .area-content2 {
      flex-direction: row; } }
  .area-content2 .img-col {
    width: 100%;
    order: 2; }
    @media (min-width: 768px) {
      .area-content2 .img-col {
        width: 50%;
        order: 1; } }
  .area-content2 .txt-col {
    width: 100%;
    padding: 30px;
    order: 1; }
    @media (min-width: 768px) {
      .area-content2 .txt-col {
        order: 2;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; } }
    @media (min-width: 992px) {
      .area-content2 .txt-col {
        padding: 0 60px; } }
    .area-content2 .txt-col h2 {
      margin-bottom: 30px; }
    .area-content2 .txt-col p:last-of-type {
      margin-bottom: 0; }

.why-choose {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #d6de23;
  padding-top: 40px; }
  .why-choose h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px; }
  .why-choose ul {
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .why-choose ul {
        display: flex; } }
  .why-choose li {
    display: flex !important;
    flex-direction: column;
    text-align: center; }
    @media (min-width: 768px) {
      .why-choose li {
        width: 33%;
        margin: 0 2%; } }
  .why-choose img {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }
  .why-choose .icon-heading {
    color: #006838;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px; }
  .why-choose p {
    text-align: center; }

body.post-type-archive-areas-we-cover .page-intro {
  width: 100%;
  text-align: center;
  margin: 20px 0 40px 0;
  border-bottom: 0; }

.our-areas {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1200px) {
    .our-areas {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .our-areas .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .our-areas .c-container {
        flex-direction: row; } }
  .our-areas h3 {
    padding-right: 30px; }
  .our-areas .col1 {
    width: 100%; }
    @media (min-width: 768px) {
      .our-areas .col1 {
        width: 50%; } }
  .our-areas .col2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; }
    @media (min-width: 768px) {
      .our-areas .col2 {
        width: 50%; } }

ul.areas-list {
  padding-left: 0;
  margin-left: 0;
  margin-top: 20px; }
  ul.areas-list li {
    list-style: none;
    margin-bottom: 20px; }
    ul.areas-list li a {
      color: #666666;
      text-decoration: underline; }
      ul.areas-list li a:hover {
        color: #006838;
        text-decoration: underline; }

.needhelp {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 30px;
  background-color: #006838; }
  .needhelp p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #fff; }
    .needhelp p a {
      color: #d6de23; }
    .needhelp p a[href^="tel:"] {
      color: #fff; }
      @media (min-width: 768px) {
        .needhelp p a[href^="tel:"] {
          pointer-events: none;
          text-decoration: none; } }

body.page-template-twelvedays .page-intro {
  border-bottom: 0; }
  body.page-template-twelvedays .page-intro h1 {
    text-align: center; }
  body.page-template-twelvedays .page-intro p {
    text-align: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
    body.page-template-twelvedays .page-intro p:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      body.page-template-twelvedays .page-intro p {
        max-width: 80%; } }

.days-countdown {
  border-top: 1px solid #006838;
  padding-top: 30px;
  margin-bottom: 60px; }

.countdown-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.day {
  position: relative;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%; }
  .day:last-of-type {
    margin-bottom: 0; }
  .day:nth-last-child(2) {
    margin-bottom: 0; }
  .day:nth-of-type(2n) {
    margin-right: 0; }
  @media (min-width: 768px) {
    .day {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 2%; }
      .day:nth-of-type(2n) {
        margin-right: 2%; }
      .day:nth-of-type(3n) {
        margin-right: 0; }
      .day:nth-last-child(3) {
        margin-bottom: 0; } }
  .day img {
    width: 100%;
    border: 1px solid #fff; }
  .day .day-promo {
    opacity: .7; }
    .day .day-promo a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
  .day img.future-day {
    opacity: .3;
    border: 1px solid #fff; }

.current-day .day-promo {
  opacity: 1; }
  .current-day .day-promo img {
    border: 1px solid red; }

.newsletter {
  background-color: #eee;
  padding: 60px 20px;
  text-align: center; }
  .newsletter .newsletter-heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px; }
  .newsletter p {
    font-size: 18px;
    line-height: 24px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn, .category-container .products li:hover .add_to_cart_button,
.category-container .products li:hover .product_type_grouped, .woocommerce-Reviews .form-submit input, .category-container .woocommerce-cart-form__contents .actions button, .cart-collaterals .coupon-actions button, .woocommerce-checkout-payment button, .woocommerce form.login button, .coupon-actions button, .page-template-page-stairs .process-btn a, .page-template-page-stairs section#quote .frm_button_submit, .view-prod, .contact-submit, .actions button, .add_to_cart_button,
.product_type_simple,
.product_type_grouped,
.wc-backward
input[type="submit"] {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px !important;
  cursor: pointer; }
  @media (min-width: 992px) {
    .btn, .category-container .products li:hover .add_to_cart_button,
    .category-container .products li:hover .product_type_grouped, .woocommerce-Reviews .form-submit input, .category-container .woocommerce-cart-form__contents .actions button, .cart-collaterals .coupon-actions button, .woocommerce-checkout-payment button, .woocommerce form.login button, .coupon-actions button, .page-template-page-stairs .process-btn a, .page-template-page-stairs section#quote .frm_button_submit, .view-prod, .contact-submit, .actions button, .add_to_cart_button,
    .product_type_simple,
    .product_type_grouped,
    .wc-backward
    input[type="submit"] {
      font-size: 16px !important; } }
  @media (min-width: 1200px) {
    .btn, .category-container .products li:hover .add_to_cart_button,
    .category-container .products li:hover .product_type_grouped, .woocommerce-Reviews .form-submit input, .category-container .woocommerce-cart-form__contents .actions button, .cart-collaterals .coupon-actions button, .woocommerce-checkout-payment button, .woocommerce form.login button, .coupon-actions button, .page-template-page-stairs .process-btn a, .page-template-page-stairs section#quote .frm_button_submit, .view-prod, .contact-submit, .actions button, .add_to_cart_button,
    .product_type_simple,
    .product_type_grouped,
    .wc-backward
    input[type="submit"] {
      font-size: 18px !important; } }

.view-prod {
  color: #006838;
  padding: 15px 20px;
  font-weight: 600;
  border: 1px solid #d6de23;
  background-color: transparent;
  text-decoration: none; }
  .view-prod:visited {
    color: #006838; }
  .view-prod:hover {
    background-color: #d6de23;
    border: 1px solid #d6de23;
    text-decoration: none; }

.contact-submit {
  color: #1A1A1A;
  padding: 15px 25px;
  font-weight: 600;
  border: 1px solid #d6de23;
  background-color: #d6de23; }
  .contact-submit:hover {
    background-color: #006838;
    border: 1px solid #006838;
    text-decoration: none;
    color: #fff; }

.actions button {
  padding: 15px 25px !important; }

.add_to_cart_button,
.product_type_simple,
.product_type_grouped,
.wc-backward
input[type="submit"] {
  color: #006838 !important;
  padding: 15px 25px !important;
  font-weight: 600 !important;
  border: 1px solid #006838 !important;
  background-color: transparent !important;
  width: 100% !important;
  border-radius: 0 !important;
  margin: 0 !important; }
  .add_to_cart_button:hover,
  .product_type_simple:hover,
  .product_type_grouped:hover,
  .wc-backward
  input[type="submit"]:hover {
    background-color: #d6de23 !important;
    border: 1px solid #d6de23 !important;
    text-decoration: none !important; }
  @media (min-width: 768px) {
    .add_to_cart_button,
    .product_type_simple,
    .product_type_grouped,
    .wc-backward
    input[type="submit"] {
      padding: 15px !important; } }

input[type="submit"] {
  width: auto !important; }

.wc-backward {
  background-color: #006838 !important;
  color: #d6de23 !important;
  border-radius: 0 !important;
  padding: 15px 25px !important; }

.slick-next {
  background-color: transparent;
  background-image: url("./images/arrows/next.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 36px;
  width: 36px;
  height: 67px;
  border-radius: 0; }
  .slick-next:hover, .slick-next:focus {
    background-color: transparent;
    background-image: url("./images/arrows/next.png");
    background-size: 18px 36px;
    background-repeat: no-repeat;
    background-position: center; }

.slick-prev {
  background-color: transparent;
  background-image: url("./images/arrows/previous.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 36px;
  width: 36px;
  height: 67px;
  border-radius: 0;
  z-index: 5; }
  .slick-prev:hover, .slick-prev:focus {
    background-color: transparent;
    background-image: url("./images/arrows/previous.png");
    background-size: 18px 36px;
    background-repeat: no-repeat;
    background-position: center; }

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 {
  color: #666666;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  padding: 10px !important;
  height: 50px !important;
  line-height: 50px !important;
  box-shadow: none !important;
  -webkit-appearance: none; }
  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 {
    color: #666666; }

select {
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  padding: 10px !important;
  height: 50px !important; }

.select2-container--default,
.select2-selection--single {
  height: 50px !important;
  border-radius: 0 !important; }

.select2-selection__rendered {
  display: flex !important;
  height: 100%;
  align-items: center;
  width: 100%; }

.select2-selection__arrow {
  display: flex !important;
  height: 100% !important;
  right: 10px !important; }

textarea {
  width: 100%;
  min-height: 150px;
  resize: none; }

.frm_primary_label {
  line-height: 50px !important;
  font-family: sans-serif !important;
  padding: 0 0 0 10px !important;
  top: 0 !important;
  left: 0 !important; }

.with_frm_style .frm_inside_container.frm_label_float_top > label {
  font-size: 14px !important; }

.frm_form_field {
  margin-bottom: 0 !important;
  padding-top: 0 !important; }

#mobile-search-form form div button.dgwt-wcas-search-submit {
  margin: auto 20px auto auto; }

.js-dgwt-wcas-overlay-mobile {
  padding-top: 20px; }

@media (max-width: 992px) {
  .dgwt-wcas-suggestions-wrapp {
    margin-top: 20px !important; } }
.frm_form_fields {
  width: 100%; }

.frm_form_fields fieldset {
  border: unset;
  padding: 0; }

.frm_form_fields .form-control {
  width: 100%; }

.frm_form_fields .frm_form_field {
  padding-bottom: 20px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #666666; }
  a:visited {
    color: #666666; }
  a:hover, a:focus, a:active {
    color: #666666; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: none;
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    .main-navigation {
      display: block; } }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.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%; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  position: absolute !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  border-top: 1px solid #333 !important;
  padding: 0; }
  @media (min-width: 768px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
      border-top: 0 !important; } }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-of-type {
    border-top: 0 !important;
    padding: 0; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-625 > a.mega-menu-link {
  background: #006838 !important;
  color: #fff !important; }
  @media (min-width: 768px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-625 > a.mega-menu-link {
      background: #d6de23 !important;
      color: #666666 !important; } }

@media (min-width: 768px) {
  #mega-menu-wrap-menu-1 {
    background-color: #d6de23; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex !important;
    width: 100%;
    justify-content: space-around; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
    width: 33.33%;
    flex-direction: column;
    padding-bottom: 50px;
    height: 100%; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item .mega-menu-link {
      border-bottom: 1px solid #d6de23 !important;
      font-size: 14px !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    flex-direction: column;
    border-bottom: 0 !important;
    padding-top: 20px; }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu .mega-menu-link {
      border-bottom: 0 !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu {
    border-top: 5px solid #d6de23; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
    margin-top: 0px !important; } }
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
    width: 100% !important; } }
@media (min-width: 768px) {
  .issticky #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 10px 0px 10px;
    font-size: 14px; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 10px 0px 10px;
    font-size: 14px; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    border-bottom: 1px solid #d6de23 !important;
    margin-bottom: 10px; } }
@media (min-width: 992px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 20px 0px 20px; }

  .issticky #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 20px 0px 20px; } }
@media (min-width: 1200px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 28px 0px 28px; }

  .issticky #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 28px 0px 28px; } }
@media (min-width: 1200px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px; }

  .issticky #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px; } }
/*#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
	opacity: 1!important;
}*/
@media (min-width: 768px) {
  .mega-sub-menu {
    max-height: 550px !important;
    overflow-x: scroll !important; }
    .mega-sub-menu .mega-sub-menu {
      overflow-x: unset !important; }
      .mega-sub-menu .mega-sub-menu .mega-sub-menu {
        overflow-x: unset !important; }
        .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
          overflow-x: unset !important; }
          .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
            margin-left: 10px !important; } }
@media (min-width: 1366px) {
  .mega-sub-menu {
    max-height: 550px !important;
    overflow-x: scroll !important; }
    .mega-sub-menu .mega-sub-menu {
      overflow-x: unset !important; }
      .mega-sub-menu .mega-sub-menu .mega-sub-menu {
        overflow-x: unset !important; }
        .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
          overflow-x: unset !important; }
          .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
            margin-left: 20px !important; } }
@media (min-width: 768px) {
  .mega-sub-menu .mega-sub-menu a {
    font-size: 11px !important;
    padding-right: 0px !important; }
  .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu a {
    font-size: 11px !important; }
  .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
    margin-left: 0 !important; }
    .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu a {
      font-size: 11px !important; }
    .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-menu-item a {
      font-size: 11px !important;
      padding-right: 20px !important; }
      .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-menu-item a:before {
        content: "" !important;
        display: inline-block !important;
        position: relative !important;
        width: 15px !important;
        height: 15px !important;
        background-color: transparent !important;
        margin-top: 3px !important;
        background-image: url("images/arrows/mega-cat-arrow.png") !important;
        background-repeat: no-repeat !important;
        background-size: 5px !important;
        background-position: center !important;
        margin-right: 0 !important; } }
@media (min-width: 1200px) {
  .mega-sub-menu .mega-sub-menu a {
    font-size: 14px !important;
    padding-right: 0px !important; }
  .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu a {
    font-size: 14px !important; }
  .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
    margin-left: 0 !important; }
    .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu a {
      font-size: 13px !important; }
    .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-menu-item a {
      font-size: 13px !important;
      padding-right: 20px !important; }
      .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-menu-item a:before {
        content: "" !important;
        display: inline-block !important;
        position: relative !important;
        width: 15px !important;
        height: 15px !important;
        background-color: transparent !important;
        margin-top: 3px !important;
        background-image: url("images/arrows/mega-cat-arrow.png") !important;
        background-repeat: no-repeat !important;
        background-size: 5px !important;
        background-position: center !important;
        margin-right: 0 !important; } }
@media (min-width: 1600px) {
  .mega-sub-menu .mega-sub-menu a {
    font-size: 16px !important;
    padding-right: 0px !important; }
  .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu a {
    font-size: 16px !important; }
  .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
    margin-left: 0 !important; }
    .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu a {
      font-size: 14px !important; }
    .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-menu-item a {
      font-size: 14px !important;
      padding-right: 20px !important; }
      .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-menu-item a:before {
        content: "" !important;
        display: inline-block !important;
        position: relative !important;
        width: 15px !important;
        height: 15px !important;
        background-color: transparent !important;
        margin-top: 3px !important;
        background-image: url("images/arrows/mega-cat-arrow.png") !important;
        background-repeat: no-repeat !important;
        background-size: 5px !important;
        background-position: center !important;
        margin-right: 0 !important; } }
#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
  transition-delay: unset !important; }

.issticky .nav-basket {
  float: right !important; }

@media only screen and (max-width: 760px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    background: #006838 !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background-color: #333 !important;
    overflow-y: scroll;
    max-height: 500px; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #fff !important; }

  .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-menu-item a:before {
    content: "" !important;
    display: inline-block !important;
    position: relative !important;
    width: 15px !important;
    height: 15px !important;
    background-color: transparent !important;
    margin-top: 3px !important;
    background-image: url("images/arrows/mega-cat-arrow-white.png") !important;
    background-repeat: no-repeat !important;
    background-size: 5px !important;
    background-position: center !important; } }
.mobile-nav {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-top: 1px solid #eee; }
  @media (min-width: 768px) {
    .mobile-nav {
      display: none; } }
  .mobile-nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
    border-bottom: 3px solid #d6de23; }
  .mobile-nav li {
    flex: 1;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    padding: 5px 20px 10px 20px; }
    .mobile-nav li:hover {
      background-color: #d6de23; }
    .mobile-nav li a {
      text-decoration: none; }
    .mobile-nav li span {
      content: "";
      display: flex;
      position: relative;
      align-items: center;
      justify-content: center;
      margin-bottom: 5px;
      width: 40px;
      height: 40px; }
    .mobile-nav li .mob-basket-count {
      width: 15px;
      height: 15px;
      background-color: #d6de23;
      border-radius: 50%;
      display: flex;
      position: absolute;
      bottom: 3px;
      left: 0;
      align-items: center;
      justify-content: center;
      line-height: 20px;
      font-size: 10px;
      margin: 0; }

.mob-menu {
  display: flex;
  position: relative;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #d6de23; }
  @media (min-width: 992px) {
    .mob-menu {
      display: none;
      visibility: hidden; } }
  .mob-menu .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    padding: 25px;
    transition: all 0.3s ease-in-out; }
    .mob-menu .hamburger img {
      display: block;
      position: fixed;
      width: 30px;
      height: 30px; }
    .mob-menu .hamburger .ham-white {
      opacity: 0;
      transition: all 0.3s ease-in-out; }
    .mob-menu .hamburger .ham-black {
      opacity: 1;
      transition: all 0.3s ease-in-out; }

.close-container {
  display: flex;
  position: absolute;
  flex-direction: row;
  width: 100%;
  height: 75px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 0 5%;
  color: #fff;
  transition: all .75s ease-in-out;
  transition-delay: 0.25s; }
  .close-container .close-menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 72px;
    height: 100%;
    padding: 25px;
    color: #fff;
    background-color: #d6de23; }
    .close-container .close-menu:visited {
      color: #fff; }
    .close-container .close-menu img {
      width: auto;
      height: auto; }

.slide-menu {
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 80%;
  background-color: #000;
  color: #fff;
  transform: translateX(-100%);
  transition: all 0.75s ease-in-out;
  transition-delay: 0.25s; }
  @media (min-width: 768px) {
    .slide-menu {
      width: 70%;
      transform: translateX(100%);
      display: none; } }
  @media (min-width: 992px) {
    .slide-menu {
      display: none; } }
  @media (min-width: 1200px) {
    .slide-menu {
      width: 50%; } }
  .slide-menu .close-container {
    right: 0 !important; }
  .slide-menu li {
    list-style: none;
    display: flex;
    align-self: flex-start;
    position: relative;
    width: auto;
    height: auto;
    text-transform: uppercase;
    transition: all 0.75s ease-in-out;
    opacity: 0;
    text-transform: uppercase;
    margin-bottom: 8px; }
    .slide-menu li a {
      color: #666666; }

.side-nav {
  margin: 0;
  padding: 0;
  right: 0; }

.slide-menu-show {
  transform: translateX(0);
  transition: all .75s ease-in-out;
  transition-delay: 0.25s; }
  @media (min-width: 768px) {
    .slide-menu-show {
      transform: translateX(0); } }
  .slide-menu-show .close-container {
    right: -72px !important; }

.menu-open .site {
  left: 240px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #666666;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    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; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  width: 100%; }
  @media (min-width: 768px) {
    .alignleft {
      float: left;
      margin-right: 1.5em;
      width: auto; } }

.alignright {
  display: inline;
  width: 100%; }
  @media (min-width: 768px) {
    .alignright {
      float: right;
      margin-left: 1.5em;
      width: auto; } }

.aligncenter {
  clear: both;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .aligncenter {
      width: auto; } }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* 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; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

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