@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//dev2.thefineharvest.co.uk/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.7") format("woff2");
}

:root {
	--wd-text-font: "Nunito Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-transform: inherit;
	--wd-title-color: rgb(35,35,35);
	--wd-entities-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-transform: none;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(249,177,23);
	--wd-alternative-color: rgb(23,87,103);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(249,177,23);
	--btn-accented-bgcolor-hover: rgb(23,87,103);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(23,87,103);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(23,87,103);
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(http://dev2.thefineharvest.co.uk/wp-content/uploads/2021/08/retail-popup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(15,63,74);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-size: 18px;
}
.wd-nav-pagin-wrap:not(.wd-custom-style) {
	--wd-pagin-size: 10px;
}
.wd-nav-scroll {
	--wd-nscroll-height: 10px;
	--wd-nscroll-width: 100%;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	.wd-nav-pagin-wrap:not(.wd-custom-style) {
		--wd-pagin-size: 10px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 15px;
	}
	.wd-nav-pagin-wrap:not(.wd-custom-style) {
		--wd-pagin-size: 7px;
	}
	.wd-nav-scroll {
		--wd-nscroll-height: 0px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(0,0,0);
}

/* Use icon as bullet */
ul.check-mark-list   { /*choose your own descriptive class name. */
    list-style-type: none;   /* remove the default list bullet */
}

ul.check-mark-list > li:before {
   content: "\f058";  /* put the fontawesome unicode here preceded by slash */
   font-family: "Font Awesome 5 Free";
   font-weight: 900;    /* required for Free version */
   margin-right: 8px;  /* Spacing between bullet and list text */
   color: #155868;
}

/* Review area styling */
.fh-reviews-header {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left; /* keeps the heading aligned left */
}

/* centre the horizontal rule */
.fh-reviews-header hr {
    width: 80%;
    border: none;
    border-top: 2px solid #175767;
    margin: 12px auto 20px auto; /* auto left/right centres it */
    display: block;
}
#categories-1 .cat-item-1029 {
    display: none !important;
}
.wd-brand-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.wd-brand-item img {
    max-width: 150px !important;
    max-height: 70px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
.wd-swatches-brands .wd-swatch-bg,
.wd-swatches-brands .wd-swatch.wd-bg,
.wd-swatches-brands img {
  max-width: none !important;
  min-width: unset !important;
}

.wd-swatches-brands {
  --wd-brand-img-width: 80px !important;
}
input::placeholder {
    color: #999999 !important;
    opacity: 1 !important;
}

input::-webkit-input-placeholder {
    color: #999999 !important;
    opacity: 1 !important;
}

input::-moz-placeholder {
    color: #999999 !important;
    opacity: 1 !important;
}
@media (min-width: 1025px) {
  html body .cart-widget-side.wd-side-hidden.wd-right {
    width: 520px !important;
    max-width: 520px !important;
    right: -520px !important;
  }

  html body .cart-widget-side.wd-side-hidden.wd-right.wd-opened {
    right: 0 !important;
  }
}
/* Remove hover effect from quality promise badge */
.fh-promise-card:hover {
    transform: none !important;
    box-shadow: none !important;
    background-color: inherit !important;
}

.fh-promise-card {
    cursor: default !important;
    transition: none !important;
}