@charset "UTF-8";
/*
Theme Name: Little Green
Theme URI: http://littlegreenbristol.com/
Description: This is a child theme for Shopkeeper.
Author: Andrew Viney based on Get Bowtied
Author URI: http: //www.andrewviney.com/
Template: shopkeeper
Version: 1.4.11
*/
* {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("styles/fonts/GothamPro-Italic.woff2") format("woff2"), url("styles/fonts/GothamPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("styles/fonts/GothamPro.woff2") format("woff2"), url("styles/fonts/GothamPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("styles/fonts/GothamPro-BoldItalic.woff2") format("woff2"), url("styles/fonts/GothamPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("styles/fonts/GothamPro-Bold.woff2") format("woff2"), url("styles/fonts/GothamPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro Black";
  src: url("styles/fonts/GothamPro-Black.woff2") format("woff2"), url("styles/fonts/GothamPro-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro Black";
  src: url("styles/fonts/GothamPro-BlackItalic.woff2") format("woff2"), url("styles/fonts/GothamPro-BlackItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/* Colours */
/* Fonts */
/* 400, 500, 700, 900 */
/*400, 700 */
/* 400 */
/* 300 (light), 400 (regular), 900 (solid), 400 (brands) */
/* 300 (light), 400 (regular), 900 (solid), 400 (brands) */
/* Headings */
h2,
h3 {
  font-weight: 700;
}

h4,
h5,
h6 {
  font-weight: 500;
}

h3 {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  h3,
.woocommerce h3,
.woocommerce-page h3,
.woocommerce-checkout .content-area h3 {
    font-size: 20px;
  }

  h4,
.woocommerce h4,
.woocommerce-page h4 {
    font-size: 18px;
  }

  h5,
.woocommerce h5,
.woocommerce-page h5 {
    font-size: 16px;
  }

  h6,
.woocommerce h6,
.woocommerce-page h6 {
    font-size: 14px;
  }
}
/* Links */
.entry-content p:not(.stars) a:not(.ui-tabs-anchor):not(.product-title-link):not(.button):not(.account-tab-link),
.entry-content ul:not(#products-grid) a:not(.ui-tabs-anchor):not(.product-title-link):not(.button):not(.account-tab-link),
.entry-content li:not(.type-product) a:not(.ui-tabs-anchor):not(.product-title-link):not(.button):not(.account-tab-link) {
  color: #477840;
  text-shadow: 0 1px 0 #f3f8f2;
  text-decoration: none;
  border-bottom: 1px dashed #66a85c;
  display: inline-block;
  position: relative;
  padding: 0 0.2em;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  z-index: 997;
}
.entry-content p:not(.stars) a:not(.ui-tabs-anchor):not(.product-title-link):not(.button):not(.account-tab-link):before,
.entry-content ul:not(#products-grid) a:not(.ui-tabs-anchor):not(.product-title-link):not(.button):not(.account-tab-link):before,
.entry-content li:not(.type-product) a:not(.ui-tabs-anchor):not(.product-title-link):not(.button):not(.account-tab-link):before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 0%;
  background: rgba(117, 177, 109, 0.16);
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: height 250ms;
  -o-transition: height 250ms;
  transition: height 250ms;
}
.entry-content p:not(.stars) a:not(.ui-tabs-anchor):not(.product-title-link):not(.button):not(.account-tab-link):hover,
.entry-content ul:not(#products-grid) a:not(.ui-tabs-anchor):not(.product-title-link):not(.button):not(.account-tab-link):hover,
.entry-content li:not(.type-product) a:not(.ui-tabs-anchor):not(.product-title-link):not(.button):not(.account-tab-link):hover {
  border-color: transparent;
}
.entry-content p:not(.stars) a:not(.ui-tabs-anchor):not(.product-title-link):not(.button):not(.account-tab-link):hover:before,
.entry-content ul:not(#products-grid) a:not(.ui-tabs-anchor):not(.product-title-link):not(.button):not(.account-tab-link):hover:before,
.entry-content li:not(.type-product) a:not(.ui-tabs-anchor):not(.product-title-link):not(.button):not(.account-tab-link):hover:before {
  height: 100%;
}

body:not(.home) #site-footer {
  margin-top: 50px;
}

.home .shortcode_getbowtied_slider {
  margin-bottom: 0px;
}

.site-logo-img {
  height: 38px;
}

@media screen and (max-width: 63.9375em) {
  .top-headers-wrapper .site-header .site-branding {
    max-width: 40%;
  }
}
.site-footer-widget-area .evc-button-wrapper {
  margin-top: -30px;
}

/* Main nav */
.top-headers-wrapper.on_page_scroll {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.site-header ul {
  font-size: 0.95em;
}

.main-navigation ul li a {
  font-weight: 500;
  letter-spacing: 0.13em;
}
.main-navigation ul ul {
  padding: 25px 30px;
  text-transform: uppercase;
}
.main-navigation ul ul li a {
  text-transform: uppercase;
  font-family: "Gotham Pro", sans-serif;
}

.dropShadow .vc_column-inner {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 15px;
}

/* Page heading */
.entry-header.with_featured_img {
  position: relative;
  background-position: 50% 50%;
  margin-bottom: 90px;
}
.entry-header.with_featured_img .page-title {
  color: #fff;
  position: relative;
  z-index: 100;
}
.entry-header.with_featured_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #477840;
  opacity: 0.5;
  z-index: 1;
}
.entry-header.with_featured_img * {
  z-index: 100;
}

/* Standard blocks */
.textLight * {
  color: #fcfcfc !important;
}
.textLight * .solidButton:hover .evc-btn-text,
.textLight * .solidButton:active .evc-btn-text {
  color: #477840 !important;
}

.padded {
  padding: 100px 10% 100px 10%;
}
@media only screen and (max-width: 767px) {
  .padded {
    padding: 50px 10% 50px 10%;
  }
}

.sidePadded {
  padding: 0px 10% 0px 10%;
}
@media only screen and (max-width: 767px) {
  .sidePadded {
    padding: 0px 10% 0px 10%;
  }
}

.margined {
  margin: 100px 10% 100px 10%;
}
@media only screen and (max-width: 767px) {
  .margined {
    margin: 50px 10% 50px 10%;
  }
}

.flexColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexColumn .landingContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flexColumn .landingBtn {
  height: 150px;
}

.overlayGreen,
.shop_header.with_featured_img .shop_header_overlay,
.sk_categories_grid .category_name:hover {
  background: rgba(66, 104, 53, 0.7) !important;
}

.textShadow *,
.shop_header.with_featured_img *,
.sk_categories_grid .category_item * {
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 3px;
}
.textShadow .evc-button *,
.shop_header.with_featured_img .evc-button *,
.sk_categories_grid .category_item .evc-button * {
  text-shadow: none;
}

.inset {
  margin-top: -200px;
  background-color: #f5f4f2;
  min-height: 220px;
  z-index: 600;
}
.inset > .vc_column-inner {
  padding: 35px !important;
}
@media only screen and (min-width: 1199px) {
  .inset > .vc_column-inner {
    padding: 60px !important;
  }
}

.insetHeader {
  padding-bottom: 200px;
}

@media only screen and (min-width: 1199px) {
  .indentBody {
    margin-left: 3em;
  }
}

.bottomBorder {
  border-bottom: 1px solid #dddddd;
}

.paperSheet {
  background: #ededed;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 4em 3em;
}

/* Override standard Shopkeeper overlay colour */
.shortcode_banner_simple_height_inner:before,
.bg-image-wrapper a.post-link .post-image:before {
  background: rgba(66, 104, 53, 0.6) !important;
}

.shortcode_banner_simple_height_inner:hover:before,
.bg-image-wrapper a.post-link .post-image:hover:before {
  background: rgba(66, 104, 53, 0.8) !important;
}

/* Body Styles */
.intro,
.woocommerce-product-details__short-description p {
  font-size: 1.1em;
  font-weight: 600;
}

table.pricelist {
  table-layout: fixed;
  width: auto;
  max-width: 100%;
  overflow: scroll;
}
table.pricelist thead tr td {
  text-transform: uppercase;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  font-size: 0.9em;
}
table.pricelist thead tr td,
table.pricelist tbody tr td {
  padding: 0.5em 5em 0.5em 0.1em;
  border: 0px !important;
  border-bottom: 1px solid #dddddd !important;
}
table.pricelist tbody tr:last-child td {
  border-bottom: 0px !important;
}

.product_infos #wc-stripe-payment-request-wrapper,
.product_infos #wc-stripe-payment-request-button-separator {
  display: none !important;
}

.hidden {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .vc_row-has-fill.hideBgMob {
    background-image: none !important;
  }
}

.vc_row-o-full-height {
  min-height: 90vh !important;
}
@media only screen and (max-width: 640px) {
  .vc_row-o-full-height {
    margin-top: -80px;
  }
}

/* Tabs */
.evc-tabs.evc-t-simple .evc-tabs-nav {
  border-bottom: 1px solid #dddddd;
}

.evc-tabs .evc-tabs-item p {
  margin-bottom: 1.25rem;
}

.evc-tabs.evc-t-simple .evc-tabs-nav li {
  padding: 0px 15px !important;
  margin-right: 17px;
  margin-bottom: 5px;
}
.evc-tabs.evc-t-simple .evc-tabs-nav li a {
  font-family: "Gotham Pro", sans-serif;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 500;
}
.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-active,
.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-focus,
.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-active {
  background-color: #477840;
  border-radius: 0 50%;
  border-radius: 16px;
}
.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-active a,
.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-active a:hover,
.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-active a:focus,
.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-active a:active,
.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-focus a,
.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-focus a:hover,
.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-focus a:focus,
.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-focus a:active,
.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-active a,
.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-active a:hover,
.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-active a:focus,
.evc-tabs.evc-t-simple .evc-tabs-nav li.ui-state-active a:active {
  color: #fcfcfc !important;
  opacity: 1;
}

.greenBox {
  padding: 20px 35px;
  background-color: #416f3c;
}
.greenBox a {
  text-decoration: none;
}

/* EVC Buttons font correction */
a.evc-button span.evc-btn-text {
  font-family: "Gotham Pro", sans-serif !important;
}

h3.banner_title {
  color: #fff;
  float: none !important;
  text-transform: unset !important;
}

.widget h3,
.wpb_wrapper .widget h3,
.widget-area .widget-title {
  font-weight: 600 !important;
  font-size: 1em !important;
}

.evc-predefined-style .evc-shortcode h1 {
  font-size: inherit;
}

.widget ul li a,
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li span {
  text-transform: inherit;
  font-weight: inherit;
}

.vc_row {
  position: relative;
}

.landing .wpb_content_element {
  margin-bottom: 10px;
}
.landing .vc_column-inner {
  padding-top: 0px !important;
}
.landing p {
  text-align: center;
  color: #fcfcfc;
  margin: 0 auto;
  max-width: 450px;
}
.landing p.firstLine {
  font-family: baskerville-urw, serif;
  text-transform: lowercase;
  font-size: 2em;
  padding: 1em;
  padding-bottom: 0px;
}
.landing p:not(.firstLine) {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.landing .heroLogo img {
  width: 100%;
  max-width: 600px !important;
}

div#aboutus,
div#testimonials {
  background-color: #669a5f;
}

.vc_row-has-fill#shop {
  background: none !important;
  background-position: left bottom !important;
  background-size: auto 50%;
}
@media print, screen and (max-width: 1023px) {
  .vc_row-has-fill#shop {
    /* Only show two products on mobile */
  }
  .vc_row-has-fill#shop .product:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 100em) {
  .vc_row-has-fill#shop .columns {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (min-width: 0em) {
  .vc_row-has-fill#shop .woocommerce ul.products-grid {
    margin: 0px -10px 0px !important;
  }
}

.evc-icon-with-text .evc-iwt-icon-holder img {
  width: 80px;
}

/* Contact Form */
.wpcf7-response-output {
  color: #fcfcfc;
  border: 1px solid transparent !important;
  display: block;
  overflow: hidden;
  margin: 0 0 21.73913043px 0 !important;
  padding: 1em !important;
  position: relative;
  font-size: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #1bbc9b;
}

.wpcf7-validation-errors {
  background-color: #fcb53f;
}

.wpcf7-mail-sent-ok {
  background-color: #1bbc9b;
}

.contactLink {
  display: block;
  text-align: center;
}
.contactLink strong {
  display: block;
  line-height: 2em;
}

/* Testimonials */
.evc-testimonials .evc-t-content {
  padding: 0px 60px 0px 60px;
}
.evc-testimonials .evc-t-content .evc-t-text {
  font-family: baskerville-urw, serif;
}
.evc-testimonials .evc-t-item {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.evc-testimonials .evc-t-author-position:before {
  content: " — ";
}

/* Slides */
.slide {
  max-width: 800px;
}

.slide p {
  font-size: 1.4em;
  margin-top: 0.8em;
  padding-bottom: 1em;
}

.site-footer-widget-area {
  display: block !important;
}

/* Fix cookie banner button colour */
#eu-cookie-law input,
#eu-cookie-law input:focus,
#eu-cookie-law input:hover {
  color: #fcfcfc !important;
}

/* Hide footer show/hide toggle */
.trigger-footer-widget-area {
  display: none !important;
}

/* Hide Recaptcha badge except on Contact page */
.grecaptcha-badge {
  display: none !important;
  z-index: 9999;
}

.page-id-213 .grecaptcha-badge {
  display: block !important;
}

/* Hide Register link */
ul.account-tab-list a {
  color: inherit;
}
ul.account-tab-list .sep,
ul.account-tab-list .last {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .site-tools.align_right ul {
    margin-top: 10px;
  }
}
/* Add padding above buttons on GBT sliders */
.shortcode_getbowtied_slider .swiper-slide .button {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.22);
  width: auto;
  margin-top: 30px;
}

/* Style store notice */
p.woocommerce-store-notice {
  font-size: 0.9em;
}
p.woocommerce-store-notice a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
p.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
  opacity: 0.8;
  border-bottom: 0px;
  display: none;
}

.woocommerce .products ul h3,
.woocommerce ul.products h3,
.woocommerce ul.products li.product h3,
.woocommerce-page .products ul h3,
.woocommerce-page ul.products h3 {
  font-size: 18px;
}

/*div.product_navigation {
  display: none;
}*/
/* Notice/Header text on shop archives */
body.single-product #woocommerce_before_main_content,
body.term-greetings-cards #woocommerce_before_main_content,
body.term-sundries #woocommerce_before_main_content {
  display: none;
}

/* Hide item weights as these are only used to decide shipping options and are not accurate */
.woocommerce-product-attributes-item--weight {
  display: none;
}

/* Hide price for gift vouchers */
.product_cat-gift-vouchers .product_after_shop_loop_price,
.postid-59 .product_infos > p.price {
  display: none;
}

/* Latin name */
a.product-title-link span,
h1.product_title span,
h2.woocommerce-loop-product__title span {
  display: block;
  font-family: baskerville-urw, serif;
  font-size: 0.6em;
  font-weight: normal;
  font-style: italic;
  opacity: 0.6;
  line-height: 1.5;
}

h2.woocommerce-loop-product__title span {
  font-size: 0.9em;
}

a.product-title-link span {
  font-size: 0.95em;
}

.list-centered li a {
  font-size: 15px;
}

/* Hide product tags */
.product_infos .product_meta {
  display: none;
}

.product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes th {
  width: 33%;
  max-width: 200px;
  font-weight: bold;
}

.product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes td {
  color: #545454;
}

/* Fix Add to Basket and qty buttons */
@media screen and (min-width: 768px) {
  .product_layout_classic .product_infos form.cart #wc-stripe-payment-request-button-separator + .single_add_to_cart_button {
    width: inherit !important;
  }
}
@media only screen and (min-width: 1024px) {
  .product_infos .cart .single_add_to_cart_button {
    padding: 14px 65px 14px !important;
  }
}
.woocommerce div.product form.cart div.quantity:not(.hidden).custom input.custom-qty,
.quantity:not(.hidden).custom input.custom-qty {
  padding: 0px 8px 7px 8px;
}

h3.wc-pao-addon-name {
  font-size: 1.6em;
}

.product-addon-totals {
  text-transform: unset;
}
.product-addon-totals ul {
  font-size: 1.2em;
}
.product-addon-totals ul strong {
  font-weight: normal;
}

.tc-extra-product-options #po_voucher_val input {
  width: 100px;
}
.tc-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap label.tm-error {
  color: #ff2b2b;
  text-transform: initial;
  font-weight: 300;
  margin: 0px 0 !important;
}
.tc-extra-product-options .tm-epo-field.tmcp-textfield.tm-error {
  border-color: #ff2b2b !important;
  color: #ff2b2b;
}
.tc-extra-product-options .cart_item td.product-name dd {
  font-weight: 300;
}

.tm-epo-style:hover:after {
  opacity: 0.2;
}

.tm-extra-product-options .tm-epo-field.tmcp-checkbox,
.tm-extra-product-options .tm-epo-field.tmcp-radio {
  vertical-align: baseline;
}

.tm-extra-product-options-container label {
  font-size: 0.85em;
}

.tc-mode-images .radio-image-label {
  font-weight: normal;
  text-transform: none;
  line-height: normal;
}

.tm-extra-product-options .tc-active .tc-label-wrap img.radio_image.square,
.tm-extra-product-options .tc-active .tc-label-wrap img.checkbox_image.square,
.tm-extra-product-options .tc-active .tc-label-wrap .tmhexcolorimage.radio_image.square,
.tm-extra-product-options .tc-active .tc-label-wrap .tmhexcolorimage.checkbox_image.square {
  border: 2px solid #416f3c;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.radio-image-label,
.checkbox-image-label {
  padding: 0.4em 0.2em 1em 0.2em;
}

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  font-size: 1rem;
  font-weight: normal;
}

.woocommerce-page td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dt,
.mini_cart_item dl.variation dt {
  font-weight: 700;
}
.woocommerce-page td.product-name dl.variation dd.variation-:not(.tc-value),
.woocommerce-page td.product-name dl.variation dt.variation-:not(.tc-name),
.woocommerce td.product-name dl.variation dd.variation-:not(.tc-value),
.woocommerce td.product-name dl.variation dt.variation-:not(.tc-name),
.mini_cart_item dl.variation dd.variation-:not(.tc-value),
.mini_cart_item dl.variation dt.variation-:not(.tc-name) {
  display: none !important;
}
.woocommerce-page td.product-name dl.variation dt.variation-Addaterracottasaucer,
.woocommerce td.product-name dl.variation dt.variation-Addaterracottasaucer,
.mini_cart_item dl.variation dt.variation-Addaterracottasaucer {
  display: none !important;
}

.mini_cart_item dt.tc-hidden-variation {
  width: 0pc;
  margin: 0px !important;
  padding: 0px;
}

dd.variation-Giftamount p span.tc-price-in-cart {
  display: none;
}

.cart_item td.product-name {
  font-weight: 700;
  color: #000000;
}

.woocommerce-cart td.product-name a.tm-cart-edit-options,
.woocommerce-cart .tm-cart-edit-options {
  font-style: normal;
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 0.9rem !important;
}

.landing p.firstLine {
  padding: 0px;
}

.landing .heroLogo .vc_figure,
.landing .heroLogo .vc_figure .vc_single_image-wrapper {
  width: 100%;
  max-width: 550px;
}

.landing .heroLogo img {
  width: 100%;
  max-width: 100%;
}

.wc-pao-addon-description p {
  font-size: 80%;
}

.product_after_shop_loop_buttons {
  display: none;
}

/* Stop prices disappearing on hover */
.products li:not(.catalog_mode):hover .product_after_shop_loop_switcher {
  -webkit-transform: none !important;
  -ms-transform: none !important;
      transform: none !important;
}

.yith-wcwl-add-button,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse,
.share-product-text,
.product_meta,
.product_meta a,
.product_meta_separator,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td,
.tob_bar_shop,
.post_meta_archive,
.post_meta,
del,
.wpb_widgetised_column .widget li,
.wpb_widgetised_column .widget_calendar table thead tr th,
.wpb_widgetised_column .widget_calendar table thead tr td,
.wpb_widgetised_column .widget .post-date,
.wpb_widgetised_column .recentcomments,
.wpb_widgetised_column .amount,
.wpb_widgetised_column .quantity,
.products li:hover .add_to_wishlist:before,
.product_after_shop_loop .price,
.product_after_shop_loop .price ins,
.wpb_widgetised_column .widget_price_filter .price_slider_amount,
.product .product_after_shop_loop .product_after_shop_loop_price span.price .woocommerce-Price-amount.amount,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a,
.archive .products-grid li .product_thumbnail_wrapper > .price .woocommerce-Price-amount,
.site-search .search-text,
.site-search .site-search-close .close-button:hover,
.menu-close .close-button:hover,
.site-search .woocommerce-product-search:after,
.site-search .widget_search .search-form:after {
  color: rgba(84, 84, 84, 0.8);
}

table.variations td.label label {
  font-size: 1.4em;
  text-transform: unset;
  font-weight: 600;
  color: #000000;
}

.shop_header.with_featured_img {
  padding: 100px 10% 100px 10%;
}
@media only screen and (min-width: 40.063em) {
  .shop_header.with_featured_img .row {
    padding: 0px;
  }
}
.shop_header.with_featured_img .large-6 {
  margin-left: 0px;
  width: 75%;
}
.shop_header.with_featured_img .large-6 p {
  text-align: left;
}
.shop_header.with_featured_img .page-title {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .shop_header.with_featured_img .page-title h1,
.shop_header.with_featured_img .page-title .woocommerce h1,
.shop_header.with_featured_img .page-title .woocommerce-page h1 {
    font-size: 61.594px;
  }
}

.woocommerce-product-details__short-description {
  margin-bottom: 0px;
}

a.productMoreInfo {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  margin-bottom: 40px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title {
    font-size: 32px;
  }
}
.cross-sells {
  display: none;
}

.shopInfobox,
.product_infos p.stock {
  margin: 1em auto;
  border: 2px dashed #dedede;
  padding: 1em;
}
.shopInfobox div.evc-iwt-content p,
.product_infos p.stock div.evc-iwt-content p {
  font-weight: bold;
  margin: 0px;
}
.shopInfobox .evc-iwt-icon-holder img,
.product_infos p.stock .evc-iwt-icon-holder img {
  width: 50px;
}

.product_infos p.stock {
  text-align: center;
  font-weight: bold;
}

.notice-ProductVaries,
.notice-AvailableForDelivery {
  display: none;
  clear: both;
}

.product_cat-plants .notice-ProductVaries {
  display: block;
}

.product_cat-plants.instock .notice-AvailableForDelivery {
  display: block;
}

/* Change review stars */
.woocommerce p.stars a {
  color: #fbbc05;
}
.woocommerce p.stars a ::before {
  color: #fbbc05;
  font-size: 1.3em;
}

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before,
.woocommerce .star-rating span {
  color: #fbbc05;
}

.product_layout_classic .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist {
  text-align: center;
  float: none !important;
}

.product_layout_classic .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist:after {
  display: none;
}

/* Hide product nav */
.product_content_wrapper .product_navigation {
  display: none;
}

/* Change colour of category tags */
.categories_grid .category_item:hover .category_name {
  background-color: #355c30;
}

/* Hide label on voucher ts & cs */
.voucherTermsField-div .tm-epo-element-label .tm-epo-required {
  display: none;
}
.voucherTermsField-div .tm-description p {
  font-size: 0.9em;
}

@media screen and (max-width: 48em) {
  .woocommerce-variation-add-to-cart {
    height: auto;
  }
}
li.product_cat-gift-vouchers .product_after_shop_loop span.price {
  display: none;
}

p.woocommerce-shipping-destination {
  display: none;
}

@media only screen and (max-width: 768px) {
  a.showdeliveryaddress {
    display: block !important;
  }
}
@media only screen and (min-width: 63.9375em) {
  .woocommerce-checkout .showdeliveryaddress {
    display: inline-block;
    margin-top: 0px;
  }
}
.checkout_showdeliveryaddress {
  width: 100%;
  text-align: center;
}
.checkout_showdeliveryaddress a.showdeliveryaddress {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin-left: 8px;
  margin-top: 10px;
}

.checkout_section_header {
  margin-top: 35px !important;
}

.shipping_address {
  padding-top: 30px;
}
.shipping_address .checkout_section_header {
  margin-top: 0px !important;
}

p.fieldNote {
  opacity: 0.8;
  font-size: 0.9em;
  margin-top: -15px;
}

#ship-to-different-address {
  width: 100%;
  background-color: #416f3c;
  overflow: auto;
  float: left;
}
#ship-to-different-address label {
  float: left;
  width: 100%;
  margin: 0px;
  position: relative;
  cursor: pointer;
}
#ship-to-different-address label span {
  text-align: center;
  padding: 14px 65px;
  display: block;
  color: #fff;
}
#ship-to-different-address label input {
  opacity: 0;
  color: #658a61;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
#ship-to-different-address label input:checked {
  opacity: 1;
  background: #658a61;
}
#ship-to-different-address label input:checked + span {
  background-color: #658a61;
  color: #fff;
}

#ship-to-different-address:hover {
  background-color: #658a61;
}

/* Fix delivery country field size */
#shipping_country_field .woocommerce-input-wrapper {
  font-size: 0.875rem;
}

ul.wc_payment_methods.payment_methods.methods li label {
  text-transform: initial;
}

/* Improve font sizes in cart summary */
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td.product-name {
  font-size: 1em;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td.product-name a {
  text-transform: uppercase;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td.product-name dl dd,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td.product-name dl dt {
  font-weight: normal;
  font-size: 0.9em;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td.product-name dl dt {
  margin-right: 5px;
  text-transform: uppercase;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td.product-name dl dd {
  font-weight: bold;
}

/* Un-bolden labels */
.shop_table tr.cart-subtotal td,
.shop_table tr.woocommerce-shipping-totals td,
.shop_table tr.cart_item td {
  font-weight: 300 !important;
}
.shop_table tr.cart-subtotal td label,
.shop_table tr.cart-subtotal td .amount,
.shop_table tr.woocommerce-shipping-totals td label,
.shop_table tr.woocommerce-shipping-totals td .amount,
.shop_table tr.cart_item td label,
.shop_table tr.cart_item td .amount {
  font-weight: 300 !important;
}

.woocommerce ul#shipping_method li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px !important;
  margin-left: 0px;
  text-indent: 0px !important;
}
.woocommerce ul#shipping_method li input {
  margin-top: 3px;
}
.woocommerce ul#shipping_method li label {
  text-transform: none;
  margin-top: 3px;
}
.woocommerce ul#shipping_method li label .woocommerce-Price-amount {
  font-weight: 600 !important;
}

#secret_sender_field .woocommerce-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 1024px) {
  .blog-posts_container ul.blog-posts .blog-post article ul.post-categories li a {
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #477840 !important;
    border-radius: 4px;
  }

  .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post-categories {
    top: 25px;
  }
  .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .read_more {
    font-size: 15px;
  }
}
.single-post-header-bkg {
  background-position: 50% 50%;
}

.single-post-header-overlay,
.page_header_overlay {
  background-color: #477840;
  opacity: 0.6;
}

.gallery-item:before {
  background: #fff;
}

aside.author .profilePhoto {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}
aside.author .profilePhoto img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
aside.author h4 {
  text-align: center;
  margin-top: 8px;
}
aside.author p {
  font-size: 1.2em;
}

/*.custom-html-widget ul.menu li,
.custom-html-widget ul.fa-ul li {
  font-family: $body-font;
}*/
.custom-html-widget ul.menu,
.custom-html-widget ul.fa-ul {
  list-style: none;
  margin: 0 0 3em 0;
}
.custom-html-widget ul.menu li,
.custom-html-widget ul.fa-ul li {
  font-family: "Gotham Pro", sans-serif;
}
.custom-html-widget ul.menu li .label,
.custom-html-widget ul.fa-ul li .label {
  font-weight: 600;
  color: #000;
}
.custom-html-widget ul.fa-ul li .label {
  font-weight: 600;
}

.contactList .label {
  font-weight: 400;
  color: #000;
  margin-right: 0.5em;
}

.content-area .contactList .fa-ul {
  margin-left: 0px;
}
.content-area .contactList .fa-ul li {
  white-space: nowrap;
}
.content-area .contactList .fa-ul i {
  margin-right: 7px;
  color: gray;
}
.content-area .contactList .fa-ul .label {
  margin-right: 0px;
}

.contactList ul {
  list-style: none;
  list-style-type: none !important;
  margin: 0 !important;
}
.contactList ul li {
  padding-left: 20px;
  position: relative;
}
.contactList ul li .label {
  font-weight: 600;
  color: #000;
}
.contactList ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 0.9em;
  opacity: 0.8;
  position: absolute;
  font-weight: 300;
  top: 0;
  left: 0px;
  width: 20px;
  height: 20px;
  color: #416f3c;
}
.contactList ul li#email:before {
  content: "";
}
.contactList ul li#phone:before {
  content: "";
}
.contactList ul li#whatsapp:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
}
.contactList ul li#instagram:before {
  font-family: "Font Awesome 5 Brands";
  content: "";
}
.contactList ul li#address:before {
  content: "";
}

/* Silly things that make silly cursors */
.cursorSad, .greyedOut {
  cursor: url("images/crying-face.png?res"), auto;
  pointer-events: unset !important;
}

/* Make the element non-interactive, grey and blurred */
.greyedOut {
  opacity: 0.4;
  -webkit-filter: grayscale(90%) blur(2px);
          filter: grayscale(90%) blur(2px);
}
.greyedOut * {
  pointer-events: none;
}

/* Applied to cancelled market events */
.event-is-cancelled {
  text-decoration: line-through;
  opacity: 0.5;
}

/* Baskerville-up that thing */
.fancy {
  font-family: baskerville-urw, serif;
  font-weight: 400;
  letter-spacing: -3px;
}

.split-columns > .vc_column-inner > .wpb_wrapper {
  -webkit-columns: 2 450px;
     -moz-columns: 2 450px;
          columns: 2 450px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.split-columns .wpb_wrapper .wpb_content_element {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/* Use FontAwesome for icons */
[class^=spk-icon-],
[class*=" spk-icon-"],
.shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.empty:before,
.woocommerce-cart .cart-empty:before,
.widget.widget_recent_entries ul li:before {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300;
  content: "";
}

.shopkeeper_checkout_coupon:before {
  display: none;
}

form.checkout_coupon .checkout_coupon_inner:before {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300;
  content: "";
}

.shopping_bag_items_number {
  margin-left: 25px;
}

.spk-icon-cart-shopkeeper:before {
  content: "";
}

.spk-icon-cart-shopkeeper:before {
  content: "";
}

.woocommerce-cart .cart-empty:before {
  content: "";
}

.my_account_icon {
  margin-top: 1px;
}

.spk-icon-user-account:before {
  content: "";
}

.spk-icon-menu:before {
  content: "";
}

.spk-icon-down-small:before {
  content: "";
}

.spk-icon-up-small:before {
  content: "";
}

.spk-icon-left-small:before {
  content: "";
}

.spk-icon-right-small:before {
  content: "";
}

.spk-icon-left-small:before {
  content: "";
}

.spk-icon-right-arrow-thin-large:before {
  content: "";
}

.spk-icon-left-arrow-thin-large:before {
  content: "";
}

.spk-icon-plus:before {
  content: "" !important;
}

.spk-icon-minus:before {
  content: "" !important;
}

.spk-icon-spk_error:before {
  content: "" !important;
}

.spk-icon-search:before,
.spk-icon-menu-filters:before {
  content: "";
}

.spk-icon-close:before {
  content: "";
}

.spk-icon-heart:before {
  content: "";
}

.spk-icon-menu-filters:before {
  content: "";
}

.checkout_coupon_inner:before {
  content: "" !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300;
}

.widget.widget_recent_entries ul li:before {
  content: "";
  opacity: 0.9;
}
/*# sourceMappingURL=style.css.map */