/*!
Theme Name: treeshop
Author:Athena Web Designs Ltd
Author URI: https://www.athenawebdesigns.co.uk
Description: Bespoke theme created for tree-shop.co.uk by Athena Web Designs
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: treeshop

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.

treeshop 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/
*/
/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	display: block;
	clear: both;
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	text-align: left;
	color: #222;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark,
ins {
	background: #fff9c0;
	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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

ul, ol {
	margin-top: 0;
}

li {
	margin: 0.7em 0;
	padding: 0;
}


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

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

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

a {
	color: inherit;
	text-decoration: none;
	font-weight: 500;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0.5em 0;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	line-height: 1.2;
	font-family: 'Amiri', serif;
	font-weight: 300;
}

h1 {
	margin-bottom: 0.5em;
	font-size: 48px;
}

h2 {
	margin-bottom: 0.5em;
	font-size: 2.5em;
}

h3 {
	margin-bottom: 0.4em;
	font-size: 1.5em;
}

h4 {
	margin-bottom: 0.3em;
	font-size: 1.2857142857142857142857142857143em;
}

h5 {
	margin-bottom: 0.2em;
	font-size: 1em;
}

h6 {
	margin-bottom: 0.1em;
	font-size: 1em;
}

p + h2,
p + h3 {
	margin-top: 0.5em;
}

p + h4 {
	margin-top: 0.4em;
}

.img-blk img {
	display: block;
	width: 100%;
}

.trim-first > :first-child, .trim-content > :first-child {
	margin-top: 0;
}

.trim-last > :last-child, .trim-content > :last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	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;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}


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


/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clear-float {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.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;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: .5em 0.9em;
	border: none;
	border-radius: 0;
	background: #517533;
	text-align: center;
	line-height: 1;
	font-size: 1em;
	color: #ffffff;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #ffffff;
	color: #517533;
	text-decoration: none;
}

.button:after {
	content: ' \f0a9';
	font-family: FontAwesome;
	margin-left: 4px;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

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: #111;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Custom Style
--------------------------------------------------------------*/

body {
	background-color: #fff;
	word-wrap: break-word;
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #222;
	margin: 180px 0 0;
}

.wrapper {
	width: 90%;
	/*max-width: 960px;*/
	max-width: 1200px;
	margin: 0 auto;
}

.wrapper .wrapper {
	width: 100%;
}

.page-section {
	margin: 2.5em auto;
}

.page-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-section p + ul {
	margin-top: 1em;
}

.page-section ul li {
	margin-left: 0;
	padding-left: 0;
	position: relative;
}

.page-section ul li:before {
	content: ' \f0a9';
	font-family: FontAwesome;
	margin-right: 5px;
}

.page-section ul.products li:before {
	display: none;
}

.page-title {
	margin-top:1em;
}

.grecaptcha-badge {
	opacity: 0;
	pointer-events: none;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.site-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #ffffff;
	z-index: 99;
	box-shadow: 0px 0px 10px -3px #000000;
}

body.admin-bar .site-header {
	top: 32px;
}

.site-branding {
	padding-top: 2em;
}

.site-branding .col {
	float: left;
}

.site-branding .col.left {
	width: 22.5%;
	color: #68883b;
}

.site-branding .middle {
	width: 55%;
	position: relative;
}

.site-branding .col.right {
	width: 22.5%;
}

.site-branding .col.left p {
	margin: 0 0 0.25em;
}

.site-branding .col.left a {
	display: block;
	font-size: 1.2857142857142857142857142857143em;
	position: relative;
}

.site-branding .col.left a:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 4px;
	width: 15px;
	height: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.site-branding .col.left a.phone:before {
	background-image: url(images/phone.png);
}
.site-branding .col.left a.email:before {
	background-image: url(images/email.png);
}

.site-branding .col.left a:last-child {
	margin-bottom: 8px;
}


.site-branding h1 {
	font-family: 'Amiri', serif;
	font-size: 58px;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.site-branding h1 a {
	display: table;
	width: 100%;
	height: auto;
}

.site-branding h1 .word.left {
	display: table;
	width: 50%;
	padding-right: 67.5px;
	text-align: right;
	float: left;
	color: #a0a0a0;
}
.site-branding h1 .word.right {
	display: table;
	width: 50%;
	padding-left: 65px;
	text-align: left;
	float: right;
	color: #a0a0a0;
}
.site-branding h1 a:hover {
	text-decoration: none;
}

.site-branding .col.right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.site-header .social {
	display: block;
	position: absolute;
	bottom: 100%;
	right: 0;
	margin-bottom: 10px;
}

.site-header .social a {
	text-decoration: none;
}

.site-header .social a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.site-header .social a + a {
	margin-left: 0.5em;
}

.site-header .social img {
	max-width: 32px;
	height: auto;
}

#basket {
	position: absolute;
	right: 0;
	padding-right: 50px;
}

#basket a {
	color: #517533;
}

#basket .basket-icon {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	background-image: url("images/wheelbarrow-basket-icon.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}

/*
#basket .count {
	position: absolute;
	right: -7px;
	bottom: -1px;
	width: 25px;
	height: 25px;
	background-color: #ffffff;
	border: solid 1px #517533;
	border-radius: 50%;
	color: #517533;
	text-align: center;
	display: inline-block;
	line-height: 23px;
	font-size: 12px;
	z-index: -1;
}
*/

.site-branding h1 img {
	max-width: 130px;
	max-height: 130px;
	border-radius: 50%;
	border: solid 12px #ffffff;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 2;
}

.site-header .search-bar {
	width: 100%;
	padding: 0.5em 0;
	background-color: #e1e41b;
	position: relative;
	z-index: 1;
}

.site-header .search-bar .quote {
	width: 50%;
	float: left;
	text-align: left;
	padding-right: 60px;
	font-family: 'Italianno', cursive;
	font-size: 30px;
	line-height: 1;
}

.site-header .search-bar .search {
	width: 50%;
	float: right;
	text-align: right;
	padding-left: 60px;
}

.site-header .search-bar form {
	display: table;
	margin: 0 auto;
	width: auto;
	min-width: 70%;
	float: right;
	position: relative;
}

.site-header .search-bar form .search-field {
	width: 100%;
	padding: 0.4em;
}

.site-header .search-bar form .search-submit {
	z-index: 99;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 100%;
	color: transparent;
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: center;
	background-size: auto 20px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.site-header .search-bar form .search-submit:hover {
	background-color: #517533;
	background-image: url(images/search-icon-white.png);
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.site-header .search-bar form input {
	outline-color: #517533;
}


/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 0.5em;
	color: #ffffff;
	background-color: #517533;
}

.main-navigation .wrapper {
	position: relative;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-navigation li {
	position: relative;
	margin: 0 auto;
	padding: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-right: solid 2px #ffffff;
}
.main-navigation li:first-child {
	border-left: solid 2px #ffffff;
}

.main-navigation a {
	display: table;
	margin: 0 auto;
	text-decoration: none;
	color: inherit;
	text-align: center;
	padding: 0.5em 0 0.5em;
	position: relative;
}

.main-navigation a:after {
	content: '';
	position: absolute;
	bottom: 7px;
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	transition: all .25s linear;
	height: 1px;
	background-color: #fff;
}

.main-navigation a:hover:after,
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after,
.main-navigation .current_page_ancestor > a:after {
	width: 100%;
}

.main-navigation ul ul {
    width:auto;
    background-color: #517533;
	display: none;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	z-index: 99999;
}

.main-navigation ul ul li, .main-navigation ul ul li:first-child {
    border:none;   
}

.main-navigation ul ul ul {
	display: none;
	top: 0;
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	float: none;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
}

.main-navigation .large-menu {
	position: static;
}

.main-navigation .large-menu > ul {
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 2em;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 2em;
	border-top: 2px solid #fff;
	text-align: left;
}

.main-navigation ul li.large-menu:hover > ul,
.main-navigation ul li.large-menu.focus > ul {
	display: flex;
}

.main-navigation .large-menu > ul ul {
	display: block;
	position: static;
	box-shadow: none;
}

.main-navigation .large-menu > ul > li > ul {
	columns: 12em;
	gap: 2em;
}

.main-navigation .large-menu > ul li {
	break-inside: avoid;
}

.main-navigation .large-menu > ul li li {
	margin-bottom: 0.7em;
}

.main-navigation .large-menu > ul a {
	display: block;
	width: auto;
	margin: 0;
	padding: 0 0 0em 0;
	text-align: left;
}

.main-navigation .large-menu a:after {
	bottom: 0;
	left: 0;
	transform: translateX(0);
}

.main-navigation .large-menu > ul > li.menu-item-has-children > a {
	margin-bottom: 0.7em;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	color: #e1e41b;
	font-size: 1.3em;
	font-family: 'Amiri', serif;
	text-transform: uppercase;
}

.menu-toggle {
	display: none;
	margin: auto;
	cursor: pointer;
}

.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%;
}


/*--------------------------------------------------------------
Page Section: Banner
--------------------------------------------------------------*/

.section-type-banner {

}

#section-0.section-type-banner,
#section-1.section-type-banner {
	margin-top: 0;
}

.section-type-banner .slides {
	display: block !important;
}

.section-type-banner .slide {
	width: 100%;
	height: 500px;
	padding: 2em 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/*
.section-type-banner .slide:after {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
}
*/

.section-type-banner .slide .wrapper {
	position: relative;
	z-index: 2;
	height: 100%;
}

.section-type-banner .slide a {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.section-type-banner .slide .content {
	position: absolute;
	max-width: 80%;
	display: table;
	color: #ffffff;
}

.section-type-banner .v-top { top: 2em; }
.section-type-banner .v-bottom { bottom: 2em; }
.section-type-banner .v-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-type-banner .h-left { left: 0; }
.section-type-banner .h-right { right: 0; }
.section-type-banner .h-middle {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-type-banner .v-middle.h-middle {
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

/* Welcome */
.section-type-banner .welcome .content {
	max-width: 480px;
}

.section-type-banner .welcome h1 {
	font-size: 68px;
	font-family: 'Amiri', serif;
	margin: 0;
	font-weight: 300;
}

.section-type-banner .welcome h1 .large {
	display: block;
	font-size: 78px;
}



/* Blossom */
.section-type-banner .blossom .content {
	width: 50%;
	min-width: 480px;
}
.section-type-banner .blossom p {
	margin: 0;
	font-size: 48px;
	font-family: 'Amiri', serif;
	line-height: 1;
	text-shadow: 0px 0px 50px #000000;
}

.section-type-banner .blossom cite {
	marign-top: 0.25em;
	float: right;
}



/* Seedling */
.section-type-banner .seedling .content {
	width: 60%;
	min-width: 600px;
}
.section-type-banner .seedling p {
	margin: 0;
	font-size: 32px;
	font-family: 'Amiri', serif;
	line-height: 1;
	text-align: right;
	text-shadow: 0px 0px 50px #000000;
}

.section-type-banner .seedling .large {
	font-size: 68px;
}

.section-type-banner .seedling p.sub-text {
	font-size: 24px;
	padding-left: 125px;
	text-align: right;
	padding-right: 75px;
}


/* Buy */
.section-type-banner .buy .content {
	width: 100%;
	max-width: 100%;
}
.section-type-banner .buy .left {
	width: 48%;
	float: left;
	display: table;
	text-align: right;
}
.section-type-banner .buy .right {
	width: 48%;
	float: right;
	display: table;
	text-align: left;
}
.section-type-banner .buy .inner {
	display: table-cell;
	vertical-align: middle;
}

.section-type-banner .buy p {
	font-size: 18px;
	max-width: 320px;
	float: right;
}

.section-type-banner .buy h1 {
	font-size: 48px;
	font-family: 'Amiri', serif;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

.section-type-banner .buy h1 .large {
	font-size: 68px;
	display: block;
}
.section-type-banner .buy h1 .medium {
	font-size: 68px;
}


.shop-banner.bg h1,
.section-type-banner .slide .content {
	text-shadow: 0px 0px 7px #000000;
}


.section-type-banner .flexible-slides .slick-track {
	display: flex;
}

.section-type-banner .flexible-slide {
	overflow: hidden;
	height: auto;
	background-color: #000;
	color: #fff;
	text-align: center;
}

.section-type-banner .slick-initialized .flexible-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-type-banner .flexible-slide .link-cover {
	opacity: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-type-banner .flexible-slide > img {
	opacity: 0.55;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
	transition: all 6s 1s ease-out;
}

.section-type-banner .flexible-slide.slick-active > img {
	transform: scale(1);
	transition-delay: 0s;
}

.section-type-banner .flexible-slide .slide-content {
	position: relative;
	padding: max(3em, 6%) 0;
}

.section-type-banner .flexible-slide .button {
	padding: 0.7em 1.2em;
	border-radius: 3px;
	font-size: 1.3em;
}

.section-type-banner .flexible-slide .button::after {
	display: none;
}

.section-type-banner .slide-general h3:first-child {
	display: inline-block;
	padding: 0.35em 1.3em;
	margin-bottom: 1em;
	border-radius: 100px;
	background-color: #e1e41b;
	color: #5d5e08;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.section-type-banner .slide-general h1,
.section-type-banner .slide-general h2 {
	margin-bottom: 0.2em;
	font-size: 7.2em;
	font-weight: bold;
	line-height: 0.9;
}

.section-type-banner .slide-general p {
	margin: 1em 0;
	font-size: 1.5em;
}

.section-type-banner .slide-discount .prefix,
.section-type-banner .slide-discount .value,
.section-type-banner .slide-discount .suffix,
.section-type-banner .slide-discount .text {
	font-family: 'Amiri', serif;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
}

.section-type-banner .slide-discount .prefix,
.section-type-banner .slide-discount .value,
.section-type-banner .slide-discount .suffix {
	color: #e1e41b;
	
}

.section-type-banner .slide-discount .text,
.section-type-banner .slide-discount .prefix,
.section-type-banner .slide-discount .suffix {
	font-size: 3.1em;
}

.section-type-banner .slide-discount .value {
	font-size: 14em;
	line-height: 0.9;
}

.section-type-banner .slide-discount .prefix,
.section-type-banner .slide-discount .text {
	display: block;
}

.section-type-banner .slide-discount .button {
	margin-top: 1.5em;
}


/*--------------------------------------------------------------
Page Section: Heading
--------------------------------------------------------------*/

.section-type-heading {

}

.section-type-heading h2 {
	margin: 0;
}

.section-type-heading .left {
	text-align: left;
}
.section-type-heading .middle {
	text-align: center;
}
.section-type-heading .right {
	text-align: right;
}


/*--------------------------------------------------------------
Page Section: Promotional Text
--------------------------------------------------------------*/

.section-type-promotional-text {
	padding: 3em;
	border: 22px solid #eff7e9;
	box-shadow: inset 0 0 0 1px #cee4bc;
	background-color: #eff7e9;
}

.section-type-promotional-text .promo-title {
	margin: 0;
	font-size: 3em;
	color: #517533;
}

.section-type-promotional-text .promo-sub-title {
	margin: 0;
	font-size: 2em;
	color: #96bf1f;
}

.section-type-promotional-text > * {
	text-align: center;
}

.section-type-promotional-text p {
	font-size: 1.1em;
}


/*--------------------------------------------------------------
Page Section: Text
--------------------------------------------------------------*/

.section-type-text {

}


/*--------------------------------------------------------------
Page Section: Two Text Columns
--------------------------------------------------------------*/

.section-type-two-columns {

}

.section-type-two-columns .left {
	width: 48%;
	float: left;
	margin-right: 4%;
}
.section-type-two-columns .right {
	width: 48%;
	float: right;
}

.section-type-two-columns.v-align .col {
	display: table;
}
.section-type-two-columns.v-align .inner {
	display: table-cell;
	vertical-align: middle;
}

.section-type-two-columns .button {
	margin-top: 1em;
}


/*--------------------------------------------------------------
Page Section: Tree Finder
--------------------------------------------------------------*/

.section-type-banner + .section-type-tree-finder {
	/*margin-top: -1.5em;*/
}

.page-section.section-type-tree-finder:last-child {
	/*margin-bottom: 0;*/
}

.section-type-tree-finder {
	padding: 4em 0;
	position: relative;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}

.section-type-tree-finder:after {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.section-type-tree-finder > * {
	position: relative;
	z-index: 2;
	color: #ffffff;
	text-shadow: 0px 0px 20px #000000;
}

.section-type-tree-finder .content {
	overflow: hidden;
	margin: 0 auto;
	padding: 0 5%;
}

.section-type-tree-finder h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 300;
	margin: 0;
}

.section-type-tree-finder form {
	display: block;
	margin: 2em auto 4em;
	width: 80%;
	max-width: 500px;
	position: relative;
}

.section-type-tree-finder form .search-field {
	width: 100%;
	padding: 0.5em
}

.section-type-tree-finder form .search-submit {
	z-index: 99;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 100%;
	color: transparent;
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: center;
	background-size: auto 20px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.section-type-tree-finder form .search-submit:hover {
	background-color: #517533;
	background-image: url(images/search-icon-white.png);
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.section-type-tree-finder form input {
	outline-color: #517533;
}

.section-type-tree-finder p {
	text-align: left;
	display: block;
	margin: 4em auto 2em;
}

.section-type-tree-finder h3 {
	font-size: 1.75em;
	margin: 0 auto 0.5em 0;
	/* font-family: 'Roboto', sans-serif; */
	/* border-bottom: 1px solid #ffffff3d; */
}

.section-type-tree-finder .categories,
.section-type-tree-finder .environment {
	width: 45%;
}

.section-type-tree-finder .categories {
	float: left;
}

.section-type-tree-finder .environment {
	float: right;
}

.section-type-tree-finder ul {
	display: flex;
	gap: 0.7em;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.section-type-tree-finder ul li {
	margin: 0;
	padding: 0;
}

.section-type-tree-finder li a {
	display: block;
	padding: 0.4em 1em;
	background-color: rgba(255,255,255,0.2);
 	border: 1px solid #ffffff3d;
}

.section-type-tree-finder li a:hover {
	background-color: #fff;
	text-shadow: none;
	color: #517533;
	text-decoration: none;
}

.section-type-tree-finder ul li:before {
	display: none;
}

/*--------------------------------------------------------------
Page Section: Product Category Boxes
--------------------------------------------------------------*/

.section-type-cat-boxes {

}

.section-type-cat-boxes .box {
	width: 22.75%;
	height: 0;
	padding-bottom: 20.5%;
	margin-right: 3%;
	margin-bottom: 1.5em;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.section-type-cat-boxes .box-size-large {
	width: 48.5%;
	margin-right: 0;
}

.section-type-cat-boxes .box:nth-child(4n) {
	margin-right: 0;
}

.section-type-cat-boxes .box:nth-child(4n+1) {
	clear: left;
}

.section-type-cat-boxes .box:nth-last-child(1),
.section-type-cat-boxes .box:nth-last-child(2),
.section-type-cat-boxes .box:nth-last-child(3),
.section-type-cat-boxes .box:nth-last-child(4) {
	margin-bottom: 0;
}

.section-type-cat-boxes .content {
	position: absolute;
	left: 1em;
	top: 1em;
	padding-right: 1em;
}

.section-type-cat-boxes h3 {
	padding: 0.4em 0.75em;
	background-color: rgba(255, 255, 255, 0.95);
	margin: 0;
	display: table;
}

.section-type-cat-boxes .description {
	padding: 0.4em 0.75em;
	background-color: rgba(255, 255, 255, 0.95);
	margin: 1em 0 0 0;
	display: table;
}

.section-type-cat-boxes a.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.section-type-cat-boxes .button {
	position: absolute;
	right: 1em;
	bottom: 1em;
	background-color: rgba(255, 255, 255, 0.95);
	color: #517533;
	font-weight: 500;
}

.section-type-cat-boxes a.link:hover + .button {
	background-color: #517533;
	color: #ffffff;
}


/*--------------------------------------------------------------
Page Section: Accordion
--------------------------------------------------------------*/

.accordion h3 {
	text-align: left;
	display: block;
	cursor: pointer;
	position: relative;
	margin-bottom: 0;
	padding: 14px 40px 14px 0;
	width: 100%;
	border-bottom: solid 1px #ececec;
	font-size: 1.6em;
	font-weight: bold;
}

.accordion h3:nth-last-child(2):not(.active) {
	border-bottom: none;
}

.accordion h3:after {
	content: '+';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	bordeR: solid 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.accordion h3:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	background-color: #ececec;
	opacity: 0;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.accordion .accordion-content {
	display: none;
	margin: 0 auto;
	padding: 21px 0;
}

.accordion h3.active + .accordion-content + h3:before {
	opacity: 1;
}

.accordion h3:hover,
.accordion h3:hover:after,
.accordion h3:hover + .accordion-content,
.accordion h3.active,
.accordion h3.active:after,
.accordion h3.active + .accordion-content {
	/* color: #517533; */
}

.accordion h3.active:after {
	content: '-';
}



/* Fix */
.accordion .accordion-content ul li:first-child {
	margin-top: 0;
}

.accordion h4 {
	margin: 1em auto .5em;
	font-weight: bold;
	font-size: 1.35em;
}

.accordion table thead th,
.accordion table thead td {
	background-color: #cacaaa;
	/* color: #fff; */
	font-weight: bolder;
}

.accordion table th,
.accordion table td {
	padding: 0.5em;
}

.accordion table tr:nth-child(even) td {
	background-color: #f6f6f0;
}

/*--------------------------------------------------------------
Page Section: Contact Section
--------------------------------------------------------------*/

.section-type-contact {

}

.section-type-contact .left {
	width: 65%;
	float: left;
	padding-right: 4em;
}

.section-type-contact .right {
	width: 35%;
	float: right;
	background-color: #f0f0f0;
	padding: 2em 2em 2em 4em;
}

.section-type-contact .content {
	font-size: 16px;
}

.section-type-contact .info {
	display: block;
	margin-bottom: 1.5em;
	font-weight: 500;
	font-size: 18px;
}

.section-type-contact .content + .info {
	margin-top: 1.5em;
}

.section-type-contact .info h3 {
	font-size: 1.5em;
	margin-bottom: 0.2em;
	position: relative;
}

.section-type-contact .info h3:before {
	content: '';
	position: absolute;
	left: -28px;
	top: 4px;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section-type-contact .info.open-hours h3:before {
	background-image: url(images/clock.png);
}
.section-type-contact .info.phone h3:before {
	background-image: url(images/phone.png);
}
.section-type-contact .info.fax h3:before {
	background-image: url(images/fax.png);
}
.section-type-contact .info.email h3:before {
	background-image: url(images/email.png);
}
.section-type-contact .info.post h3:before {
	background-image: url(images/envelope.png);
	width: 18px; height: 18px;
}


.section-type-contact .left h2 {
	margin-top: -0.15em;
}

.wpcf7-form {
	position: relative;
	text-align: left;
}

.wpcf7-form .row {
	margin: 0 0 0.8em;
}


.wpcf7-form .third {
	width: 31%;
	margin-right: 3.5%;
	float: left;
}

.wpcf7-form .two-third {
	width: 65.5%;
	margin-right: 3.5%;
	float: left;
}

.wpcf7-form .container .row:last-child {
	margin-right: 0;
}

.wpcf7-form .half {
	width: 46%;
	margin-right: 4%;
	float: left;
}

.wpcf7-form .full {
	width: 96%;
	clear: left;
}

.wpcf7-form .no-label label {
	width: 100%;
	display: block;
	font-size: 1em;
	color: #333333;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	margin-bottom: 0.1em;
}

.wpcf7-form input,
.wpcf7-form textarea {
	width: 100%;
	border-radius: 0;
	padding: 0.6em;
	position: relative;
}

.wpcf7-form textarea {
	max-width: 100%;
	min-width: 100%;
	max-height: 300px;
	padding-top: 0.65em;
}

.section-type-contact .wpcf7-form textarea {
	min-height: 160px;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	border-color: #111;
	outline: none;
}

.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	position: relative;
}

/*
.wpcf7-form .wpcf7-form-control-wrap:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 8%;
	width: 25px;
	height: 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	opacity: 0.4;
	max-height: 30px;
}

.wpcf7-form .wpcf7-form-control-wrap.your-name:before {
	background-image: url(images/user-icon.png);
}
.wpcf7-form .wpcf7-form-control-wrap.your-tel:before {
	background-image: url(images/phone-black.png);
}
.wpcf7-form .wpcf7-form-control-wrap.your-email:before {
	background-image: url(images/envelope-black.png);
}
.wpcf7-form .wpcf7-form-control-wrap.your-message:before {
	background-image: url(images/speech-bubble.png);
	top: 4px;
}
*/

.section-type-contact .wpcf7-form input[type="submit"] {
	display: none;
	position: absolute;
	right: 0;
	width: auto;
}
.section-type-contact .wpcf7-form .ajax-loader {
	float: left;
	margin-right: 5px;
	margin-top: -8px;
}

.wpcf7-form .custom-submit {
	float: left;
	font-size: 1.25em;
	margin-top: 1em;
}

.wpcf7-form .custom-submit:hover {
	background-color: #517533;
	color: #ffffff;
	opacity: 0.8;
}

.wpcf7-form .custom-submit.disabled {
	cursor: not-allowed;
	background-color: #dcdcdc;
	color: #111111;
}

.wpcf7-form .custom-submit.disabled:hover {
	opacity: 1;
	background-color: #bcbcbc;
	color: #111111;
}


.wpcf7-form span.wpcf7-not-valid-tip {
	color: #ff4242;
}

.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-acceptance-missing {
	border-color: #ff4242;
}

.checkbox-row {
	display: block;
	padding-left: 1em;
	border-left: 2px solid #517533;
}

.checkbox-row > p {
	margin: 0;
}

.checkbox-row .form-checkbox-title {
	margin: 0;
	padding: 0;
	color: #517533;
	font-weight: bold;
}

.checkbox-row .form-checkbox-title + label,
.checkbox-row .form-checkbox-title + br + label {
	opacity: 0.5;
	font-style: italic;
	font-size: 0.9em;
}

.wpcf7-form span.wpcf7-list-item,
.wpcf7-form div.wpcf7-list-item {
	margin-top: 0.5em;
	margin-left: 0;
	margin-right: 1em;
	position: relative;
}
.wpcf7-form span.wpcf7-list-item label,
.wpcf7-form div.wpcf7-list-item label {
	padding-left: 20px;
}
.wpcf7-form input[type="checkbox"] {
	width: auto;
	position: absolute;
	left: 0;
	top: 3px;
}

#wpcf7-f133-p18-o1 .wpcf7-form input[type="checkbox"] {
    width: auto;
	position: static;
	left: auto;
	top: auto;
}

#wpcf7-f133-p18-o1 .wpcf7-form span.wpcf7-list-item label, #wpcf7-f133-p18-o1 .wpcf7-form div.wpcf7-list-item label {
    padding-left: 0px;
}

.wpcf7-form .your-rating {
	margin: 1em 0 2em;
}
.wpcf7-form .your-rating span.wpcf7-list-item {
	margin: 0 1em 0 0;
}
.wpcf7-form .your-rating input[type="checkbox"] {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto 0.5em;
}

.wpcf7-form .your-type {
	margin: 1em 0 2em;
}
.wpcf7-form .your-type span.wpcf7-list-item {
	display: block;
	width: 100%;
	margin-bottom: 0.25em;
}
.wpcf7-form .your-type .wpcf7-list-item-label {
	padding-left: 20px;
}


/*--------------------------------------------------------------
Page Section: Accordion
--------------------------------------------------------------*/

.section-type-accordion > * + .accordion-heading {
	border-top: 1px solid #eee;
}

.section-type-accordion .accordion-content {
	display: none;
}

.section-type-accordion .accordion-heading {
	position: relative;
	margin: 0;
	padding: 1em 0;
	padding-left: 1.5em;
	font-size: 1.6em;
	color: #517533;
	text-transform: none;
	cursor: pointer;
	transition: all 200ms;
}

.section-type-accordion .accordion-heading::before {
	opacity: 0.2;
	content: '';
	position: absolute;
	top: 1.4em;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #184235 transparent;
	transform: rotate(90deg);
	transition: all 200ms;
}

.section-type-accordion .accordion-heading:hover::before {
	opacity: 1;
}

.section-type-accordion .accordion-heading.active::before {
	opacity: 1;
	transform: rotate(0);
}

.section-type-accordion .accordion-content {
	display: none;
	padding-bottom: 1.5em;
	padding-left: 2.5em;
}

/*--------------------------------------------------------------
Page Section: List
--------------------------------------------------------------*/

.section-type-list {

}

.section-type-list .navigation {
	margin: 4em 0;
	font-size: 15px;
}

.section-type-list .navigation li,
.section-type-list .navigation li a {
	color: #517533;
}

.section-type-list .item {
	display: block;
	widtH: 100%;
	margin-bottom: 1.25em;
	padding-bottom: 1.75em;
	border-bottom: solid 1px #ececec;
}

.section-type-list h2 {
	font-size: 2em;
}

.section-type-list .item h3 {
	margin-top: 1em;
}
.section-type-list .item h4 {
	margin-bottom: 0;
	margin-top: 0.75em;
}

.section-type-list .item ul {
	padding-left: 2em;
}



/*--------------------------------------------------------------
Shop Promotion Adverts
--------------------------------------------------------------*/

.shop-promotion-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2em;
	margin: 6em auto;
}

.shop-promotion-item {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 1 24em;
	position: relative;
	border-radius: 3px;
	background-color: #517533;
	background-position: center;
	background-size: cover;
	color: #fff;
	min-height: 20em;
	padding: 3em;
	text-align: center;
}

.shop-promotion-item:hover {
	text-decoration: none;
}

.shop-promotion-item:before {
	opacity: 0.3;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

.shop-promotion-item:hover:before {
	opacity: 0.5;
}

.shop-promotion-item:after {
	opacity: 0.6;
	content: '';
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 25px;
	left: 25px;
	border: 1px solid #fff;
	border-radius: 3px;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

.shop-promotion-item:hover:after {
	opacity: 1;
}

.promotion-item-content {
	position: relative;
	z-index: 1;
}

.promotion-item-title {
	margin-bottom: 0.5em;
	font-size: 2em;
	line-height: 1;
}

.promotion-item-content .button {
	margin-top: 0.8em;
}



/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.site-footer {
	padding: 3em 0 0;
	color: #ffffff;
	background-color: #517533;
}

.site-footer a {
	color: inherit;
	font-weight: inherit;
}

.site-footer .col {
	float: left;
}

.site-footer .left {
	width: 18%;
}

.site-footer .middle-left {
	width: 24%;
}

.site-footer .middle-right {
	width: 31%;
}

.site-footer .right {
	width: 26%;
}

.site-footer .social {
	display: block;
}
.site-footer .social a + a {
	margin-left: 10px;
	text-decoration: none;
}

.site-footer .social a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.site-footer .social img {
	max-width: 40px;
}

.site-footer .col h2 {
	display: table;
	position: relative;
	font-size: 2.25em;
}
.site-footer .col h2:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}

.site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer .middle-right ul {
	columns: 10em;
}

.site-footer .middle-left ul li,
.site-footer .middle-right ul li {
	margin-top: 0;
}

.payment-gateways {
	margin: 2em auto 1em;
}

.payment-gateways h4 {
	display: table;
	width: auto;
	margin: 0 auto 0.25em;
}

.payment-gateways img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 50px;
}

.site-legal {
	padding: 0.5em 0 0.6em;
	background-color: rgba(0, 0, 0, 0.6);
	margin-top: 1em;
}

.site-legal p {
	display: inline-table;
	margin: auto;
}

.site-legal > * {
	text-align: center !important;
	opacity: 0.7;
	font-size: 12px;
}


.mc4wp-form {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 1em auto;
}

.mc4wp-form .mc4wp-form-fields {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
}

.mc4wp-form h3 {
	padding-bottom: 4px;
	border-bottom: solid 1px #ffffff;
	margin-bottom: 16px;
}

.mc4wp-form .row {
	flex: 1 1 7em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1em;
	flex-wrap: wrap;
}

.mc4wp-form .row.full {
	width: 100%;
}

.mc4wp-form .row.half {
	width: calc(50% - 0.5em);
}

.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"] {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1 1 6em;
	padding: 0.5em;
	width: 100%;
}

.mc4wp-form button {
	cursor: pointer;
	background-color: #84b15f;
}

.mc4wp-form button:hover {
	background-color: #ffffff;
}

.sender-form-field {
	margin: 0 -40px;
}


/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/

.blog-banner h1 {
	text-align: center;
	color: #111111;
	margin: 0;
}

.blog-banner .posted-on {
	display: none;
	margin: 0 auto;
	z-index: 3;
	color: #ffffff;
	position: relative;
}

.blog-banner {
	padding: 155px 0;
	position: relative;
	margin: 0 0 2.5em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-banner.bg:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
}

.blog-banner.bg h1 {
	color: #ffffff;
	position: relative;
	z-index: 3;
}

.blog-introduction {

}

.section-type-post-archive {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 20em), 1fr));
	gap: 2em;
}

body.blog article.post {
	position: relative;
	padding: 2em;
	border: 1px solid #eee;
	border-radius: 4px;
}

body.blog article.post:last-of-type {
	border-bottom: 0;
}

body.blog article.post .image {
	position: relative;
	top: -2em;
	left: -2em;
	width: calc(100% + 4em);
}

body.blog article.post .image img {
	display: block;
	width: 100%;
	aspect-ratio: 2/1;
	object-fit: cover;
}

body.blog article.post .image + .content {
	position: relative;
}

body.blog article.post .content h2 {
	margin-bottom: 0;
	display: table;
	font-size: 2em;
	padding: 0;
}

body.blog article.post .content h2 a:hover {
	text-decoration: none;
	color: #517533;
}

.posted-on {
	color: #517533;
	font-size: 1em;
	display: none;
	margin: 0.4em 0 0.6em;
}

body.blog article.post .content .description {
	margin-bottom: 1em;
}

body.blog article.post .content a.button:hover {
	background-color: #517533;
	color: #ffffff;
	opacity: 0.8;
}

.pagination {
	display: block;
	text-align: center;
	margin: 1.5em auto;
}

.pagination a.page-numbers {
	background-color: #517533;
	color: #ffffff;
	padding: 0.5em;
}
.pagination a.page-numbers:hover {
	text-decoration: none;
	opacity: 0.8;
}

.pagination .page-numbers.current {
	background-color: #666666;
	padding: 0.5em;
	color: #ffffff;
}




/*--------------------------------------------------------------
Blog - Single
--------------------------------------------------------------*/

body.single-post article {
	margin: 2em auto;
}

.single-post-navigation {
	margin: 2em auto;
}

.single-post-navigation .prev-post {
	width: 40%;
	float: left;
	text-align: left;
}

.single-post-navigation .next-post {
	width: 40%;
	float: right;
	text-align: right;
}

@media screen and (max-width: 900px) {

	.single-post-navigation .prev-post {
		width: 100%;
		margin-bottom: 0.75em;
	}
	.single-post-navigation .next-post {
		width: 100%;
		float: left;
		text-align: left;
	}
}


/*--------------------------------------------------------------
Shop
--------------------------------------------------------------*/

.shop-banner {
	margin: 1.5em 0;
	padding: 3em 0;
}

body.custom-product-layout .shop-banner,
body.tax-product_cat .shop-banner {
	margin-bottom: 1.5em;
}

.shop-banner h1 {
	text-align: center;
	color: #111111;
}

.shop-banner.bg {
	padding: 155px 0;
	position: relative;
	margin: 0 0 2.5em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*
.shop-banner.bg:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
}
*/

.shop-banner.bg h1 {
	color: #ffffff;
	position: relative;
	z-index: 3;
}

.term-description-wrapper {
	margin: 0 auto 2em;
}

.term-description-wrapper .woocommerce-breadcrumb {
	margin-top: -1em;
}

.term-description-wrapper .term-description {
	margin-top: 2em;
}


body.woocommerce ul.products li.product-category {
	position: relative;
}

body.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 20em), 1fr));
	gap: 4em 3em;
	margin-top: 1em;
	margin-bottom: 3em;
}

body.woocommerce ul.products::before,
body.woocommerce ul.products::after {
	display: none;
}

body.woocommerce ul.products[class*="columns-"] li.product,
body.woocommerce ul.products[class*="columns-"] li.product-category {
	float: none;
	width: auto;
	margin: 0;
}

body.woocommerce ul.products li.product-category img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
	z-index: 0;
}

body.woocommerce ul.products li.product-category .count {
	display: none;
}


/*--------------------------------------------------------------
Shop Categories
--------------------------------------------------------------*/

body.woocommerce.post-type-archive:not(.search) ul.products {
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 16em), 1fr));
	gap: 2em;
}

body.woocommerce ul.products li.product-category {
	aspect-ratio: 6/5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

body.post-type-archive ul.products.columns-4 li.product:nth-child(4n),
body.post-type-archive ul.products li.product:nth-child(4n) {
	margin-right: 0;
}
body.post-type-archive ul.products.columns-4 li.product:nth-child(4n+1),
body.post-type-archive ul.products li.product:nth-child(4n+1) {
	clear: left;
}

body.post-type-archive ul.products li.product:nth-last-child(1),
body.post-type-archive ul.products li.product:nth-last-child(2),
body.post-type-archive ul.products li.product:nth-last-child(3),
body.post-type-archive ul.products li.product:nth-last-child(4) {
	margin-bottom: 0;
}

body.post-type-archive ul.products li.product img {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 100%;
	opacity: 0;
}

body.post-type-archive ul.products li.product h2.woocommerce-loop-category__title {
	position: absolute;
	left: 14px;
	top: 14px;
	padding-right: 14px;
	padding: 0.4em 0.75em;
	background-color: rgba(255, 255, 255, 0.95);
	margin: 0;
	display: table;
	font-size: 1.5em;
	max-width: 90%;
}
body.post-type-archive ul.products li.product h2.woocommerce-loop-category__title mark {
	display: none;
}

body.post-type-archive ul.products li.product a.link {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

body.post-type-archive ul.products li.product .button {
	position: absolute;
	right: 1em;
	bottom: 1em;
	background-color: #ffffff;
	color: #517533;
	font-weight: 500;
}

body.post-type-archive ul.products li.product a.link:hover + .button {
	opacity: 1;
	background-color: #517533;
	color: #ffffff;
}

.woocommerce nav.woocommerce-pagination {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
Product Category pages
--------------------------------------------------------------*/

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 2em;
}

ul.products li.product .product-botanical-name {
	margin-top: -0.9em;
	margin-bottom: 0.8em;
	font-family: inherit;
	font-size: 1em;
	font-style: italic;
}

.woocommerce ul.products li.product a img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.woocommerce ul.products li.product .price {
	color: #517533;
}

.woocommerce ul.products li.product .description {
	display: none;
}

body.custom-product-layout ul.products li.product:before,
body.custom-product-layout ul.products li.product:after {
	content: " ";
	display: table;
}
body.custom-product-layout ul.products li.product:after {
	clear: both;
}

body.custom-product-layout ul.products li.product:last-child {
	margin-bottom: 0;
}

body.custom-product-layout ul.products li.product .image {
	margin-bottom: 1em;
}

body.archive ul.products li.product .image img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	opacity: 1;
}

body.custom-product-layout ul.products li.product .content h2 {
	margin-bottom: 0.5em;
	display: table;
	font-size: 2em;
	padding: 0;
}

body.custom-product-layout ul.products li.product .content .description {
	display: block;
	margin-bottom: 1em;
}

body.custom-product-layout ul.products li.product .content .description div,
body.custom-product-layout ul.products li.product .content .description strong {
	display: inline;
}

body.custom-product-layout ul.products li.product .content .price {
	float: left;
	font-size: 18px;
	margin: 0.25em 0.5em 0.5em 0;
}

body.custom-product-layout ul.products li.product .content a.button {
	float: right;
	margin: 0;
}

body.custom-product-layout.post-type-archive ul.products li.product .content a.button {
	background-color: #517533;
	color: #ffffff;
}


/*--------------------------------------------------------------
Single Product
--------------------------------------------------------------*/

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #517533;
}

.woocommerce-variation-price {
	display: none;
}

body.single-product .product .quantity .qty {
	height: 2.3em;
	margin-right: 1em;
}

body.single-product main {

}

body.woocommerce .woocommerce-notices-wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

body.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
	margin: 2em auto;
}

body.woocommerce .woocommerce-notices-wrapper .woocommerce-message + .woocommerce-message {
	margin-top: -1em;
}

body.woocommerce .woocommerce-notices-wrapper .woocommerce-message:last-child {
	margin-bottom: -2em;
}

body.single-product main div.product {
	margin: 4em auto;
}

body.single-product main div.product .wrapper {
	position: relative;
}

.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce div.product div.summary {
	position: sticky;
	top: 17em;
}

.admin-bar.woocommerce div.product div.images.woocommerce-product-gallery,
.admin-bar.woocommerce div.product div.summary {
	top: 19em
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 36%;
	margin-bottom: 0;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 60%;
	margin-bottom: 0;
}

.woocommerce span.onsale {
	top: -1em;
	left: -1em;
	width: 4em;
	height: 4em;
	border: 5px solid #fff;
	padding-top: 1.1em;
	background-color: #e1e41b;
	font-size: 1.5em;
	line-height: 1.2;
	color: #517533;
}

.woocommerce ul.products li.product .onsale {
	top: -1em;
	left: -1em;
	margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 6em), 1fr));
	gap: 1em;
	margin-top: 1em;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity: 1;
}

.woocommerce #content div.product div.summary h1.product_title {
	font-size: 2.5em;
	font-weight: bold;
}

.woocommerce #content div.product div.summary .product-botanical-name {
	margin-top: -1em;
	font-family: inherit;
	font-size: 1.3em;
}

.woocommerce #content div.product div.description {
	margin-top: 2em;
}

.woocommerce #content div.product div.description h2 {
	margin-bottom: 0.2em;
}

.product-features {
	display: flex;
	gap: 1em;
	gap: 1px;
	flex-wrap: wrap;
	/* border: 1px solid #f0f0f0; */
	border-radius: 5px;
	background-color: #f0f0f0;
}

.product-features .product-feature {
	flex: 1 1 18em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 2em 2em 1.5em 6.5em;
	/* border: 1px solid #ececec; */
	/* border-left: 2px solid #517533; */
	background-color: #fff;
}

.product-features .product-feature img {
	position: absolute;
	top: 50%;
	left: 1.5em;
	width: 4em;
	transform: translateY(-50%);
}

.product-features .product-feature .label {
	margin: 0 0 0.4em;
	font-family: inherit;
	font-weight: normal;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #517533;
}

.product-features .product-feature .value {
	line-height: 1.2;
}

.product-features .product-feature .value em {
	font-weight: 300;
	font-style: normal
}

.product-features .product-feature .value em::before {
	display: block;
	content: '';
}


@media screen and (max-width: 768px) {

	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%;
		margin-bottom: 2em;
	}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 100%;
		margin-bottom: 0;
	}

	.admin-bar.woocommerce div.product div.images.woocommerce-product-gallery,
	.woocommerce div.product div.images.woocommerce-product-gallery,
	.admin-bar.woocommerce div.product div.summary,
	.woocommerce div.product div.summary {
		position: relative;
		top: 0;
	}

}

body.single-product #content div.product .related.products {
	width: 90%;
	max-width: 1200px;
	margin: 3em auto 0;
}

div.product .product-features-container > h2,
div.product .related.products > h2 {
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
}

body.single-product #content div.product .related.products ul {
	margin-bottom: 0;
}

.single-product-title-wrapper {
	float: left;
	margin-right: 1em;
}

body.single-product .summary .lowest-price {
	float: right;
	position: relative;
	font-size: 2em;
	font-weight: bold;
	color: #517533;
}

.sale-original-price {
	font-size: 0.75em;
	text-decoration: line-through;
	font-weight: normal;
}

.woocommerce-product-details__short-description {
	margin-top: 1.5em;
}

div.product .product-notice {
	width: fit-content;
	margin-bottom: 1.5em;
	padding: 0.5em 0.9em;
	border-radius: 4px;
	border: 1px solid;
	color: #517533;
}

body.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .single-product-buying-options {
	float: right;
	margin-top: 1em;
	padding: 0.7em 1.5em;
	font-size: 1.2em;
}

.single-product-buying-options::after {
	display: inline-block;
	transform: rotate(90deg);
}

.summary .product-accordion {
	margin-top: 2em;
	border-top: 1px solid #ececec;
}

body.single-product .additional-information {
	width: 100%;
	font-size: 12px;
	margin: 2em auto 0;
}

body.single-product .additional-information .info {
	border: dotted 1px #222222;
}

body.single-product .additional-information .col {
	display: table;
}

body.single-product .additional-information .inner {
	display: table-cell;
	vertical-align: middle;
}

body.single-product .additional-information .title {
	width: 20%;
	float: left;
	border-right: dotted 1px #222222;
	padding: 0.5em;
	font-weight: 600;
}

body.single-product .additional-information .content {
	width: 80%;
	float: right;
	padding: 0.5em;
}


@media screen and (max-width: 480px) {


	body.single-product .additional-information .title {
		width: 32%;
	}

	body.single-product .additional-information .content {
		width: 68%;
	}


}


/*--------------------------------------------------------------
WooCommerce
--------------------------------------------------------------*/

body.woocommerce input#submit,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button {
	background-color: #517533;
	color: #ffffff;
}
body.woocommerce input#submit:hover,
body.woocommerce a.button:hover,
body.woocommerce button.button:hover,
body.woocommerce input.button:hover {
	background-color: #517533;
	color: #ffffff;
	opacity: 0.8;
}

body.shop ul.products li.product h2.woocommerce-loop-product__title {
	font-size: 2em;
	padding: 0.5em 0 0;
}



.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #517533;
	color: #ffffff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #517533;
	color: #ffffff;
	opacity: 0.8;
}


.woocommerce-checkout .checkout .col-2 .notes .optional {
	display: none;
}

.woocommerce-checkout .checkout .col-2 .notes .more {
	display: block;
	line-height: 1.2;
	font-size: 0.95em;
	margin-bottom: -1em;
}

.woocommerce-checkout .mc4wp-checkbox {
	padding: 3px;
	margin: 0 0 6px;
}

.woocommerce-checkout .mc4wp-checkbox input[type="checkbox"] {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
}


/*--------------------------------------------------------------
Pricing Table - Old
--------------------------------------------------------------*/

.pricing-table-container + .scroll {
	display: none;
}

.pricing-table {
	/* width: 60%; */
	/* float: right; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
	font-size: 12px;
	margin: 3em 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pricing-table .col {

	display: inline-block;
	border: solid 1px #222222;
	border-left: none;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.pricing-table .col:first-child {
	border-left: solid 1px #222222;
}

.pricing-table .col:nth-child(2) {
	min-width: 120px;
	max-width: 170px;
}

.pricing-table .col .title {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0.5em 0.15em 0.25em;
	text-align: center;
	border-bottom: solid 1px #222222;
	font-weight: 600;
}

.pricing-table .col .title span {
	display: block;
}

.pricing-table .col .content {
	width: 100%;
	display: table;
	margin: 0 auto;
	padding: 0.5em 0.15em;
	text-align: center;
	min-height: 30px;
}

.pricing-table .col .content .inner {
	display: table-cell;
	vertical-align: middle;
}

.pricing-table .col .content + .content {
	border-top: solid 1px #222222;
}

.pricing-table .col input[type="number"] {
	padding: 0.25em;
}

.pricing-table .col input[type=number]::-webkit-inner-spin-button,
.pricing-table .col input[type=number]::-webkit-outer-spin-button {
opacity: 1;
}

.pricing-table .row {
	width: 100%;
	border: solid 1px #222222;
	border-top: none;
	padding: 1em;
}

.pricing-table-button {

}

.woocommerce table.shop_attributes {
	margin-bottom: 0;
}


@media screen and (max-width: 1200px) {

	.pricing-table {
		width: 100%;
		float: none;
		clear: both;
		margin: 0;
		padding: 3em 0 0 0;
	}


}

@media screen and (max-width: 768px) {

	.pricing-table-container {
		width: 100%;
		overflow-x: scroll;
	}

	.pricing-table {
		width: 700px;
	}

	.pricing-table-container + .scroll {
		display: block;
		margin-top: 0.25em;
		opacity: 0.6;
		font-size: 12px;
	}


}

/*--------------------------------------------------------------
Pricing Table - New
--------------------------------------------------------------*/

.single-product-pricing-tables {
	margin: 6em auto;
	padding: 4em 0;
	background-color: #f0f0f0;
}

.single-product-pricing-tables h3 {
	font-size: 1.6em;
	font-weight: bold;
}

.product-pricing-table-container {
	margin-bottom: 3em;
}

.product-pricing-table-container:last-child {
	margin-bottom: 0;
}

.single-product-pricing-tables table {
	border-collapse: collapse;
	margin-top: 1em;
	text-align: center;
	font-size: 1.2em;
}

.single-product-pricing-tables th,
.single-product-pricing-tables td {
	padding: 0.5em;
	border: 1px solid #ddd;
}

.single-product-pricing-tables tr:first-child th,
.single-product-pricing-tables tr:first-child td {
	border-top: none;
}

/* .single-product-pricing-tables tr:last-child th, */
.single-product-pricing-tables tr:last-child td {
	width: auto;
	border-bottom: none;
}

.single-product-pricing-tables .non-selected-variation-row {
	opacity: 0.5;
}

.single-product-pricing-tables .non-selected-variation-row:hover {
	opacity: 1;
}

.single-product-pricing-tables th:first-child,
.single-product-pricing-tables td:first-child {
	border-left: none;
}

.single-product-pricing-tables th:last-child,
.single-product-pricing-tables td:last-child {
	border-right: none;
}

.single-product-pricing-tables th span {
	display: block;
}

.single-product-pricing-tables td.attribute,
.single-product-pricing-tables th.attribute {
	width: 9em;
}

.single-product-pricing-tables td.qty,
.single-product-pricing-tables th.qty {
	width: 5em;
}

.single-product-pricing-tables .non-selected-variation-row td:last-child,
.single-product-pricing-tables .non-selected-variation-row td.qty {
	border-right: none;
	border-left: none;
}

.single-product-pricing-tables .product-pricing-table-cart {
	width: 21em;
}

.product-pricing-table-cart-inner {
	display: flex;
	align-items: center;
	gap: 0.5em 1em;
	flex-wrap: wrap;
}

.product-pricing-table-quantity {
	display: inline-block;
}

.product-pricing-table-quantity input {
	width: 4em;
	margin: 0 0.2em;
	padding: 0.5em;
	text-align: center;
	-moz-appearance: textfield;
}

.product-pricing-table-quantity input::-webkit-outer-spin-button,
.product-pricing-table-quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.product-pricing-table-quantity button {
	width: 1em;
	height: 1em;
	background-color: #e1e41b;
	padding: 0;
	border-radius: 50%;
	font-size: 1.6em;
	line-height: 0;
	color: inherit;
	vertical-align: middle;
}

.product-pricing-table-cart .button {
	flex: 1 1 8em;
}

.single-product-pricing-tables .non-selected-variation-row .product-pricing-table-cart a.button {
	border: 1px solid;
	background: none;
	color: #517533;
}


/* Popup Modal
--------------------------------------------- */
.popup-modal {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(3px);
}

.popup-modal-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

.popup-modal-box {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 48em;
	background-color: #fff;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
	transform: translate(-50%, -50%);
}

.popup-modal button {
	border: none;
}

.popup-modal-box .close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.2em 0.4em;
	background-color: transparent;
	line-height: 1;
	color: inherit;
	font-size: 2em;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 300;
}

.popup-modal .popup-modal-image {
	display: block;
	flex: 2;
	width: 30%;
	height: auto;
	object-fit: cover;
}

.popup-modal-content {
	flex: 3;
	overflow-y: auto;
	max-height: 90vh;
	margin: 0 auto;
	padding: 3em;
}

.popup-modal-content h1,
.popup-modal-content h2,
.popup-modal-content h3,
.popup-modal-content h4,
.popup-modal-content h5,
.popup-modal-content h6 {
	color: var(--colour-titles);
}

.popup-modal-content h2 {
	font-size: 2.5em;
}

.popup-modal-content h3 {
	font-size: 2.1em;
}

.popup-modal-content h3 {
	font-size: 1.8em;
}

.popup-modal-content h4 {
	font-size: 1.4em;
}

.popup-modal-content .button {
	max-width: 100%;
}

.popup-reveal-button {
	overflow: hidden;
	display: flex;
	position: fixed;
	z-index: 50;
	bottom: 1em;
	left: 1em;
	max-width: 50%;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 0 60px rgba(0,0,0,0.1);
	background-color: #fff;
	cursor: pointer;
	transition: all 200ms;
}

.popup-reveal-button:hover {
	background-color: #517533;
	color: #fff;
}

.popup-reveal-button > img {
	width: 5em;
	aspect-ratio: 2/1;
	object-fit: cover;
}

.popup-reveal-button > span {
	flex: 1;
	align-self: center;
	padding: 0.6em 0.8em;
	font-size: 1.2em;
	line-height: 1.2;
}

/* Cookie Consent
----------------------------------------------- */

html.show--consent {
	margin-bottom: 14em;
}

body {
	--cc-bg: #fff;
	--cc-text: #222;
	--cc-btn-primary-bg: #517533;
	--cc-btn-primary-text: var(--cc-bg);
	--cc-btn-primary-hover-bg: #54585c;
	--cc-btn-secondary-bg: #eceef5;
	--cc-btn-secondary-text: var(--cc-text);
	--cc-btn-secondary-hover-bg: #e1e3e7;
	--cc-toggle-bg-on: var(--cc-btn-primary-bg);
	--cc-block-text: var(--cc-text);
	--cc-overlay-bg: rgba(0, 0, 0, 0.82);
}


/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/


@media screen and (max-width: 1920px) {

	/*--------------------------------------------------------------
	Page Section: Banner
	--------------------------------------------------------------*/

	.section-type-banner .slide {
		height: 300px;
	}






}/* 1920px */




@media screen and (max-width: 1200px) {

	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/

	.site-footer .left {
		width: 23%;
	}
	.site-footer .middle-left {
		width: 32%;
	}
	.site-footer .middle-right {
		width: 42%;
	}
	.site-footer .right {
		width: 100%;
		margin-top: 1.5em;
	}
	.site-legal {
		margin-top: 2em;
	}



}




@media screen and (max-width: 1080px) {

	/*--------------------------------------------------------------
	Page Section: Product Category Boxes
	--------------------------------------------------------------*/

	.section-type-cat-boxes .box,
	.section-type-cat-boxes .box:nth-child(4n) {
		width: 31%;
		padding-bottom: 22.5%;
		margin-right: 3.5%;
		margin-bottom: 1.5em;
	}

	.section-type-cat-boxes .box-size-large {
		width: 65.5%;
		margin-right: 0;
	}

	.section-type-cat-boxes .box:nth-child(3n) {
		margin-right: 0;
	}

	.section-type-cat-boxes .box:nth-child(4n+1) {
		clear: none;
	}
	.section-type-cat-boxes .box:nth-child(3n+1) {
		clear: left;
	}

	.section-type-cat-boxes .box:nth-last-child(1),
	.section-type-cat-boxes .box:nth-last-child(2),
	.section-type-cat-boxes .box:nth-last-child(3) {
		margin-bottom: 0;
	}
	.section-type-cat-boxes .box:nth-last-child(3) {
		margin-bottom: 1.5em;
	}



}


@media screen and (max-width: 960px) {


	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/

	.site-footer .left {
		width: 45%;
	}
	.site-footer .middle-left {
		width: 55%;
	}
	.site-footer .middle-right {
		width: 45%;
		margin-top: 2em;
	}
	.site-footer .right {
		width: 55%;
		margin-top: 2em;
	}


}


@media screen and (max-width: 900px) {

	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/

	body {
		margin-top: 0 !important;
	}

	.site-header {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		background-color: #ffffff;
		border-bottom: none;
		z-index: 99;
		box-shadow: none;
	}

	body.admin-bar .site-header {
	top: auto;
	}


	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/

	.site-branding {
		position: relative;
	}

	.site-branding .col.left {
		display: none;
	}

	.site-branding .middle {
		width: 100%;
		float: none;
	}

	.site-branding h1 {
		position: relative;
	}

	.site-branding h1 .word.left {
		width: auto;
		padding: 0;
		margin-left: 135px;
	}

	.site-branding h1 .word.right {
		width: auto;
		padding: 0;
		float: left;
		margin-left: 0.25em;
	}

	.site-branding .col.right {
		position: absolute;
		width: auto;
		min-width: 150px;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		padding-top: 2em;
	}

	.site-branding h1 img {
		left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.site-header .search-bar .quote {
		width: auto;
		padding-left: 135px;
		padding-right: 0;
	}
	.site-header .search-bar .search {
		padding-left: 0;
		width: auto;
	}
	.site-header .search-bar form {
		min-width: 250px;
	}

	#basket {
		margin-top: 10px;
	}


	/*--------------------------------------------------------------
	Navigation
	--------------------------------------------------------------*/

	.main-navigation .nav-menu {
		display: none;
	}

	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		outline: none;
	}

	.main-navigation {
		padding: 0.25em 0;
	}

	.main-navigation li:first-child,
	.main-navigation li {
		float: none;
		border: none;
	}

	.main-navigation ul ul {
		position: static;
		box-shadow: none;
	}
	
	.main-navigation ul ul li a {
        color: #fff;
        font-weight:normal;
    }
    

	.main-navigation a:hover:after,
	.main-navigation .current_page_item > a:after,
	.main-navigation .current-menu-item > a:after,
	.main-navigation .current_page_ancestor > a:after {
		width: 0;
	}

	.main-navigation li a {
		width: 100%;
	}


	.main-navigation ul ul a {
		width: auto;
	}

	.main-navigation .large-menu > ul {
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
	}

	.main-navigation .large-menu > ul a {
		text-align: center;
	}

	/*--------------------------------------------------------------
	Page Section: Text
	--------------------------------------------------------------*/

	.section-type-text,
	.section-type-text > * {
		text-align: left !important;
	}


	/*--------------------------------------------------------------
	Page Section: Tree Finder
	--------------------------------------------------------------*/

	.section-type-tree-finder {
		width: 100%;
	}

	/*--------------------------------------------------------------
	Page Section: Contact Section
	--------------------------------------------------------------*/

	.section-type-contact .left {
		width: 100%;
		float: left;
		padding: 0;
	}

	.section-type-contact .right {
		width: 100%;
		float: left;
		background-color: transparent;
		padding: 0 0 0 2em;
		margin-bottom: 2em;
	}


	/*--------------------------------------------------------------
	Page Section: Product Category Boxes
	--------------------------------------------------------------*/

	.section-type-cat-boxes .box,
	.section-type-cat-boxes .box:nth-child(3n),
	.section-type-cat-boxes .box:nth-child(4n) {
		width: 48%;
		padding-bottom: 27.5%;
		margin-right: 4%;
		margin-bottom: 1.5em;
	}

	.section-type-cat-boxes .box:nth-child(2n) {
		margin-right: 0;
	}

	.section-type-cat-boxes .box:nth-child(3n+1) {
		clear: none;
	}
	.section-type-cat-boxes .box:nth-child(2n+1) {
		clear: left;
	}

	.section-type-cat-boxes .box:nth-last-child(1),
	.section-type-cat-boxes .box:nth-last-child(2) {
		margin-bottom: 0;
	}
	.section-type-cat-boxes .box:nth-last-child(3),
	.section-type-cat-boxes .box:nth-last-child(4) {
		margin-bottom: 1.5em;
	}

	.section-type-cat-boxes .box-size-large {
		width: 100%;
		margin-right: 0;
	}

	/*--------------------------------------------------------------
	Shop Single Product
	--------------------------------------------------------------*/

	.woocommerce div.product div.images.woocommerce-product-gallery,
	.woocommerce div.product div.summary {
		top: 2em;
	}

}


@media screen and (max-width: 800px) {

	.woocommerce ul.products li.product .onsale {
		font-size: 1em;
	}

}


@media screen and (max-width: 768px) {

	/*--------------------------------------------------------------
	Alignment
	--------------------------------------------------------------*/

	.alignleft,
	.alignright,
	.aligncenter,
	.alignnone {
		display: block;
		float: none;
		width: auto;
		margin: 0 auto 0.5em;
	}


	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/

	.site-header .search-bar .quote {
		display: none;
	}

	.site-header .search-bar .search {
		width: 100%;
		padding-left: 135px;
	}

	.site-header .search-bar form {
		width: 100%;
	}


	/*--------------------------------------------------------------
	Page Section: Product Category Boxes
	--------------------------------------------------------------*/

	.section-type-cat-boxes .box,
	.section-type-cat-boxes .box:nth-child(3n),
	.section-type-cat-boxes .box:nth-child(2n) {
		width: 100%;
		padding-bottom: 50%;
		margin-right: 0;
		margin-bottom: 1.5em;
	}

	.section-type-cat-boxes .box:nth-last-child(1) {
		margin-bottom: 0;
	}
	.section-type-cat-boxes .box:nth-last-child(2),
	.section-type-cat-boxes .box:nth-last-child(3) {
		margin-bottom: 1.5em;
	}


	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/

	.site-footer .left {
		width: 100%;
	}
	.site-footer .middle-left {
		width: 100%;
		margin-top: 1.5em;
	}
	.site-footer .middle-right {
		width: 100%;
		margin-top: 1.5em;
	}
	.site-footer .right {
		width: 100%;
		margin-top: 1.5em;
	}


}


@media screen and (max-width: 700px) {
	
	/*--------------------------------------------------------------
	Pricing Table - New
	--------------------------------------------------------------*/

	.single-product-pricing-tables tr:empty,
	.single-product-pricing-tables th {
		display: none;
	}

	.single-product-pricing-tables table,
	.single-product-pricing-tables thead,
	.single-product-pricing-tables td {
		display: block;
	}

	.single-product-pricing-tables table {
		text-align: left;
	}

	.single-product-pricing-tables tbody {
		display: flex;
		flex-direction: column;
		gap: 2em;
	}
	

	.single-product-pricing-tables tr {
		display: flex;
		gap: 1px;
		flex-wrap: wrap;
		background-color: #ddd;
	}

	.single-product-pricing-tables td {
		flex: 1 1 max-content;
		border: none;
		background-color: #f0f0f0;
	}

	.single-product-pricing-tables td::before {
		display: block;
		font-weight: bold;
		font-size: 0.8em;
		content: attr(data-column);
	}

	.single-product-pricing-tables td.attribute {
		flex: 1 1 100%;
		width: 100%;
		font-weight: bold;
	}

	.single-product-pricing-tables .product-pricing-table-cart {
		flex: 1 1 100%;
		width: 100%;
	}
}


@media screen and (max-width: 650px) {

	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/

	.site-branding h1 {
		font-size: 40px;
	}


	/*--------------------------------------------------------------
	Page Section: Banner
	--------------------------------------------------------------*/

	.section-type-banner .welcome h1 .large {
		font-size: 68px;
	}
	.section-type-banner .welcome h1 {
		font-size: 56px;
	}


	.section-type-banner .blossom .content {
		width: 100%;
		min-width: 0;
		max-width: 480px;
	}
	.section-type-banner .blossom p {
		font-size: 42px;
	}


	.section-type-banner .seedling .content {
		width: 100%;
		min-width: 0;
		max-width: 600px;
	}
	.section-type-banner .seedling .large {
		font-size: 52px;
	}
	.section-type-banner .seedling p {
		font-size: 30px;
		line-height: 0.8;
	}
	.section-type-banner .seedling p.sub-text {
		padding-right: 0;
		padding-left: 30%;
		margin-top: 0.5em;
		line-height: 1;
	}

	.section-type-banner .buy .left,
	.section-type-banner .buy .right {
		width: 100%;
		float: left;
		text-align: left;
	}

	.section-type-banner .buy h1 {
		font-size: 42px;
	}
	.section-type-banner .buy h1 .large,
	.section-type-banner .buy h1 .medium {
		font-size: 58px;
	}

	.section-type-banner .buy p {
		float: left;
	}


	/*--------------------------------------------------------------
	Page Section: Product Category Boxes
	--------------------------------------------------------------*/

	.section-type-cat-boxes .box {
		height: 250px !important;
		padding-bottom: 0 !important;
	}


}


@media screen and (max-width: 600px) {

	
	/*--------------------------------------------------------------
	Page Section: Banner
	--------------------------------------------------------------*/

	.section-type-banner .slide-general h1,
	.section-type-banner .slide-general h2 {
		font-size: 3.4em;
	}
	
	.section-type-banner .slide-general p {
		font-size: 1em;
	}

	.section-type-banner .slide-discount .text,
	.section-type-banner .slide-discount .prefix,
	.section-type-banner .slide-discount .suffix {
		font-size: 1.9em;
	}
	
	.section-type-banner .slide-discount .value {
		font-size: 8em;
	}
	
	/*--------------------------------------------------------------
	Page Section: Tree Finder
	--------------------------------------------------------------*/

	.section-type-tree-finder .categories,
	.section-type-tree-finder .environment {
		float: none;
		width: auto;
	}

	.section-type-tree-finder .categories {
		margin-bottom: 3em;
	}

	body.custom-product-layout ul.products li.product .content a.button {
		display: none;
	}

	/*--------------------------------------------------------------
	Popup Modal
	--------------------------------------------------------------*/

	.popup-modal-box {
		flex-direction: column;
	}

	.popup-modal-box .close-button {
		color: #fff;
	}

	.popup-modal .popup-modal-image {
		flex: auto;
		width: 100%;
		height: 25vh;
		aspect-ratio: auto;
	}

	.popup-modal-image + .popup-modal-content {
		width: 100%;
		max-height: 60vh;
		padding: 2em;
	}

}


@media screen and (max-width: 550px) {

	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/

	.site-branding {
		padding-top: 1em;
	}

	.site-header .search-bar .search {
		padding-left: 0;
	}

	.site-branding h1 {
		display: table;
		width: auto;
		margin: 140px auto 0;
		font-size: 48px;
	}

	.site-branding h1 img {
		top: -140px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		border: none;
	}

	.site-branding h1 .word.left {
		margin: 0 5px 0 auto;
	}
	.site-branding h1 .word.right {
		margin: 0 auto 0 5px;
	}

	.site-branding .col.right {
		top: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		width: 100%;
	}

	.site-header .social {
		position: relative;
		float: left;
	}

	#basket {
		padding: 0;
		width: 100%;
	}

	#basket a.link {
		float: right;
		position: relative;
	}

	#basket .basket-icon {
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 30px;
	}


	.section-type-two-columns .left,
	.section-type-two-columns .right {
		float: none;
		width: auto;
	}

	.section-type-two-columns .left {
		margin: 0 0 2em 0;
	}

	.wpcf7-form .full,
	.wpcf7-form .half {
		float: none;
		width: auto;
		margin: 0 0 1em;
	}

}


@media screen and (max-width: 480px) {

	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/

	.site-footer .middle ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}



}




.site-branding .col.left a.header-callmeback {
	display: table;
	padding: 0.5em 0.5em 0.5em 28px;
	background-color: #517533;
	color: #ffffff;
	border-radius: 8px;
	margin-left: -20px;
	-moz-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.site-branding .col.left a.header-callmeback:hover {
	background-color: #638e40;
	text-decoration: none;
}

.site-branding .col.left a.header-callmeback:before {
	background-image: url("images/phone-white.png");
	left: 7px;
	top: 12px;
}

.call-back-popup-tab {
	position: fixed;
	bottom: 1em;
	left: 1em;
	width: auto;
	height: auto;
	padding: 0.75em;
	background-color: #7fb336;
	color: #ffffff;
	border-radius: 8px;
	z-index: 990;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (min-width: 901px) {

	.call-back-popup-tab {
		display: none;
	}

}

.call-back-popup-tab .title {
	margin-right: 1em;
}

.call-back-popup-tab:hover {
	text-decoration: none;
}

.jquery-modal.blocker {
	z-index: 999;
}

#callbackpopup {
	padding: 0;
	max-width: 850px;
}

#callbackpopup .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 8px;
	overflow: hidden;
}

#callbackpopup .image {
	width: 45%;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#callbackpopup .image img {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0;
}

#callbackpopup .content {
	width: 55%;
	padding: 2em;
}

#callbackpopup .content p {
	font-size: 16px;
}

#callbackpopup .form {
	margin-top: 2em;
}

#callbackpopup .form .row {
	margin-bottom: 1em;
}

#callbackpopup .form .row:last-child {
	margin-bottom: 0;
}

#callbackpopup .form label {
	display: block;
}

#callbackpopup .form input[type="text"],
#callbackpopup .form input[type="tel"],
#callbackpopup .form select,
#callbackpopup .form textarea {
	display: block;
	width: 100%;
	padding: 0.5em;
}

#callbackpopup .form textarea {
	height: 75px;
	min-height: 75px;
	max-height: 150px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

#callbackpopup .form .wpcf7-list-item {
	margin-left: 0;
}

#callbackpopup .form input[type="submit"] {
	padding: 1em 1.75em;
	cursor: pointer;
}

#callbackpopup .form input[type="submit"]:hover {
	color: #ffffff;
	background: #34501c;
}


@media screen and (max-width: 768px) {

	#callbackpopup .inner {
		display: block;
	}

	#callbackpopup .image {
		width: 100%;
		height: 250px;
	}

	#callbackpopup .content {
		width: 100%;
	}


}


@media screen and (max-width: 480px) {

	#callbackpopup .image {
		display: none;
	}

	#callbackpopup .content {
		padding: 1em 1.25em;
	}

}
