/* REVISED 22/08/2024 2306  */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #272727;
}
/* Stop phone number from looking rubbish in iPhones */
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
/*ensure all text is same font */
body {
  line-height: 1.5em;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 21px;
  color: #58595b;
}
.pure-g [class*="pure-u"] {
  line-height: 1.5em;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 21px;
}
h1,h2,h3 {
  font-family: 'Dancing Script', cursive !important;
}
p {
  margin-top: 0px;
}
*, *:before, *:after {
  box-sizing: inherit;
}
a, a:active, a:focus {
  outline: 0 /* Stop dotted lines around clicked links */ ;
}
/* To allow padding within divs */
.pure-g > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Ensure images will scale properly and responsively */
img {
  max-width: 100%;
  height: auto;
  display: block;
  width: auto; /* For IE8 */
}
/* Apply class to images that require text-align center */
img.centre {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h1, h2, h3, h4, h5 {
  line-height: 1.1;
}
#headercontainer {
  position: relative;
  z-index: 100;
  background-color: #FFF;
}
.contentcontainer, #footer, #menu, .brochuredownloadscont, #topnavcont, .dropdown-inner, .navbar, #homeslider, .hotmtwoinner, .homecategoriesinner {
	max-width: 1520px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
/* Link transitions */
#footer a:link, #cssmenu > ul > li a, .btn, .dropdowngrid a, .product:hover {
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* Stop flickering in Chrome */
}
.centredtext {
  text-align: center;
}
.subheadingnews {
  font-weight: normal;
  font-size: 26px;
  margin-top: 0px;
  color: #003399;
}
.subheadingtwo {
  font-weight: normal;
  font-size: 18px;
  margin-top: 0px;
}
.headingdiv {
  padding: 20px 20px 0px 20px;
}
#topnavcont > div {
  display: flex;
  align-self: flex-end;
}
#headertop {
  padding: 0px;
}
#topnavcont {
  padding-top: 10px;
  padding-bottom: 10px;
}
#navcont {
  width: 100%;
  min-height: 15px;
  padding-bottom: 0px;
  padding-top: 10px;
}
.topleftimage img, .topbasket {
  margin-bottom: 10px;
}
.topbasket {
  justify-content: right;
}
#header .basket {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 19px;
  position: relative;
  display: inline-flex;
  float: right;
  margin-bottom: 30px;
  align-items: center;
}
#header .cust-cart-icon {
  padding: 0 0 0 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
#header .cust-cart-icon a {
  display: inline-flex;
  align-items: center;
  position: relative;
}
#header .cust-cart-icon .basketimage {
  display: inline-block;
  width: 28px;
  height: auto;
  vertical-align: middle;
}
#header .cust-cart-menu {
  margin: 0px;
  padding: 0px 10px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}
#header .cust-cart-menu li {
  display: block
}
#header .cart-box {
  text-align: right
}
.mobilecart {
  position: absolute;
  top: 30px;
  left: 25px;
  display: none;
}
.mobilecart img {
  float: right;
}
#header .basket a {
  color: #646853!important;
  text-decoration: none
}
.accountlink {
  padding-right: 10px;
}
.accountlink a {
  color:#646853;
}
#header .basket a:hover {
  text-decoration: underline
}
#header .basket .quantity {
  background-color: #df5727;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 4px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: -8px;
  right: -8px;
  box-sizing: border-box;
  pointer-events: none;
}
#header .search {
  margin: 10px 0 0;
  clear: both;
}
#header .search .form-control {
  background-color: #e4e7e2 !important;
  border: 1px solid #e4e7e2 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
  color: #646853;
  text-transform: uppercase;
  padding: 6px;
  width: 400px;
  font-size: 20px;
  font-weight: 500;
}
#header .search .btn-default {
  background-image: url(/images/search.png);
  background-repeat: no-repeat;
  background-position: center top;
  border: none !important;
  background-color: #FFF;
  display: inline-block;
  height: 42px;
  width: 30px;
  vertical-align: bottom;
  padding: 0px !important;
}
#header .search .btn-default:hover {
  background-color: #fff !important;
}
.postercont {
	z-index: 2;
	position: relative;;
}
#content p {
  line-height: 1.6em;
  margin-bottom: 15px;
}
#mainContent {
  padding: 15px 0px 15px 0px;
}
.greybg {
  background-color: #d7d8da;
}
a:link.btn, a:visited.btn, .btn {
  background-color:rgb(150,108,148);
  color: #fff !important;
  border: none !important;
  padding: 10px 25px !important;
  font-weight: bold !important;
  display: inline-block;
  text-decoration: none !important;
  font-size: 24px;
}
.btnproduct {
  height: 48px !important;
  max-height: 48px !important;
  border-radius: 8px !important;
  padding: 0 24px !important;
  font-size: 21px !important;
  box-sizing: border-box !important;
  line-height: 46px !important;
  vertical-align: middle !important;
}
.btn.btnproduct, input.btnproduct, button.btnproduct {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.btnlogin {
  background-color: #df5727 !important;
}
a:hover.btn, .btn:hover {
  background-color: #666 !important;
  color: #FFF !important;
}
a:link.btndark, a:visited.btndark, .btndark {
  background-color: #333;
  color: #FFF !important;
  border: none !important;
  padding: 10px 25px !important;
  font-weight: bold !important;
  display: inline-block;
  text-decoration: none !important;
  font-size: 14px;
}
a:hover.btndark, .btndark:hover {
  background-color: #666 !important;
}
a:link.btnviewdetails, a:visited.btnviewdetails, .btnviewdetails {
  background-color: #FFF;
  color: #666 !important;
  border: 1px solid #666 !important;
  padding: 5px 20px !important;
  font-weight: bold !important;
  display: inline-block;
  text-decoration: none !important;
  font-size: 14px !important;
}
a:hover.btnviewdetails, .btnviewdetails:hover {
  background-color: #666 !important;
  color: #FFF !important;
}
a:link.btngemfinder, a:visited.btngemfinder, .btngemfinder {
  font-size: 20px;
  color: #FFF !important;
  background-color: #0085cd;
  border: 1px solid #0085cd !important;
  font-weight: normal !important;
  padding: 8px 25px !important;
  line-height: 1.2em;
}
.contentcontainer {
  padding-top: 30px;
  padding-bottom: 30px;
}
.contentcontainer a:link, .contentcontainer a:visited {
  color: #272727;
}
.contentcontainer a:hover {
  text-decoration: none;
}
.homebox a:link, .homebox a:hover, .homebox a:visited {
  text-decoration: none;
}
.subscribeform {
  margin-bottom: 20px;
}
.subscribeform input {
  display: inline-block;
}
.btnsubscribe {
  background-color: #9eb092;
  color: #FFF;
  width: 110px;
  text-align: center;
  margin-left: -10px;
  border: 1px solid #9eb092 !important;
}
.homelargephoto {
  position: relative;
  text-align: center;
  width: 100%;
}
.homelargephoto {
  position: relative;
}
.homelargephoto img {
  margin: 0 auto;
  width: 100% !important;
}
#footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer > div {
  padding-left: 15px;
  padding-right: 15px;
}
#footer a:link, #footer a:visited {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
.footer-menu-links {
  text-transform: uppercase;
}
.footer-menu-links li {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
/* Cookie bar */
#cookiebarcont {
  position: relative;
  z-index: 3;
}
#cookiebar {
  padding: 10px;
  background-color: #000;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 2;
  max-width: 250px;
}
#cookiebar a:link, #cookiebar a:visited {
  color: #FFF;
}
/* Header content */
.logo {
  text-align: center;
  justify-content: center;
}
.logo img {
  margin: 0 auto;
  max-width: 300px;
}
.logo p {
  margin-bottom: 0px;
}
#footercont {
  background-image: url(/images/footer.png);
  background-position: top center;
  background-repeat: repeat-x;
  padding: 40px 0 75px;
  color: #fff;
  font-size: 15px;
  background-size: cover;
}
#footer {
  color: #FFF;
}
#footer a:link, #footer a:visited {
  color: #fff;
  text-decoration: none;
}
#footer h3 {
  margin: 0 0 30px;
  padding: 0 0 8px;
  text-transform: uppercase;
  font-size: 21px;
  border-bottom: 1px solid #797a7b;
  color: #646853;
  font-family: 'Yanone Kaffeesatz', sans-serif !important;
}
.cellalignright { text-align: right; }
.cellalignleft  { text-align: left; }
input {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
}
.btn-submit {
  background-image: url(/images/submit.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
}
input:not([type="file"]), select, textarea {
  padding: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8em;
  border: 1px solid #CCC;
}
/*
input:focus, select:focus, textarea:focus {
  border: 1px solid #950282;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
}
  */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8A8A8A;
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: #8A8A8A;
}
::placeholder {
  color: #8A8A8A;
  opacity: 1;
}
/* Home page info sections */
.homeconnectcont {
  background-color: #646853;
  position: relative;
  color: #fff;
  z-index: 1;
}
.homeconnect, .hotmtwoinner {
  max-width: 1200px;
}
.homeconnect h1 {
  text-transform: uppercase;
  display: block;
  font-weight: 300;
  font-size: 30px;
  padding: 0;
  margin: 0;
  color: #fff;
  text-align: center;
}
.homeconnect .foragarden {
  padding: 0px;
  font-size: 30px;
  font-weight: 300;
}
.homeconnect .foragarden h1, .homeconnect .foragarden p {
  text-shadow: 2px 2px #2e3024;
  color: #FFF;
}
.homeconnect .quality {
  text-transform: uppercase;
  font-size: 24px;
  background-image: url(/images/quality.png);
  width: 183px;
  height: 54px;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin: 0 40px 0 0;
  font-weight: 400;
}
.qualitycont {
  text-align: center;
}
.homeright {
  font-size: 18px;
  font-weight: 300;
  padding: 50px 15px 0px 15px;
  text-align: center;
}
.homeright .subscribeform {
  margin-bottom: 0px;
}
.connectwithus {
  position: absolute;
  z-index: 1000;
  height: 100px;
  top: -62px;
}
.dots {
  background-image: url(/images/dots.png);
  background-repeat: repeat-x;
  background-position: center center;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 5px;
}
.arrow img {
  margin: 0 auto;
  text-align: center;
}
/* End of home page info sections */
/* Product Slider */
#readytoplant-banner {
  background-color: #966c94;
  text-align: center;
  padding: 0;
  position: relative;
}
#homeslidercont h2 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  background-image: url(/images/hettysh1.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  padding: 10px 20px 10px 205px;
  font-size: 36px;
  line-height: 1.2;
  min-height: 90px;
  box-sizing: border-box;
}
.product {
  margin: 0 0 20px;
  position: relative;
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.product .product_img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.product .product_info {
  border: 1px solid #e6e6e6;
  padding: 18px 15px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product .product_info .product_title {
  color: #9eb092;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  height: 85px;
  overflow: hidden;
}
.product .product_info .product_subtitle {
  color: #9eb092;
  font-size: 22px;
  font-weight: 700;
  line-height: normal
}
.product_subtitle {
  color: #9eb092;
}
.product .product_info .product_starting {
  color: #a1b1bc;
  font-size: 16px;
  margin-top: auto;
  padding-top: 8px;
}
.product .product_info_link {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px
}
.product .product_info_link .product_buynow {
  width: 81px;
  height: 19px;
  background-image: url(/images/buynow_off.png);
  background-repeat: no-repeat;
  display: block
}
.product .product_info_link .product_out_of_stock {
  width: 100px;
  height: 19px;
  display: block;
  color: #d9534f;
  font-weight: 700
}
.product .product_info_link .product_pre_order {
  font-size: 20px;
  line-height: 20px;
  width: 100px;
  height: 19px;
  display: block;
  font-weight: 700
}
.product:hover .product_info {
  background-color: #646853;
  border-left: 1px solid #646853;
  border-right: 1px solid #646853;
  border-bottom: 1px solid #717562
}
.product:hover .product_info .product_title {
  color: #fff
}
.product:hover .product_info .product_subtitle {
  color: #fff
}
.product:hover .product_info .product_starting {
  color: #fff
}
.product:hover .product_info_link {
  border-left: 1px solid #646853;
  border-right: 1px solid #646853;
  border-bottom: 1px solid #646853;
  background-color: #646853
}
.product:hover .product_info_link .product_buynow {
  background-image: url(/images/buynow_on.png)
}
.product:hover .product_info_link .product_out_of_stock {
  color: #fff
}
.product .quickview {
  /*background-image: url(/images/quickview.png);*/
  width: 88px;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
    pointer-events: none;
}
.product:hover .quickview {
  display: block
}
.product .sale {
  background-image: url(/images/sale.png);
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 20px
}
.product .new {
  background-image: url(/images/new.png);
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 20px
}
.product a {
  text-decoration: none
}
/* End */
#collectionshints {
  background-image: url(/images/collectionhints.png);
  background-position: center;
  padding: 60px 0 40px;
  position: relative;
  background-size: cover;
}
.hettyshintscont {
  display: flex;
  justify-content: space-between;
}
.hettyshintscont img {
  margin: 0 auto;
}
#hotm_one {
  background-color: #966c94;
  text-align: center;
  padding: 0;
  position: relative;
}
#delivering {
  background-color: #966c94;
  text-align: center;
  padding: 0;
  position: relative;
}
#hotm_one h2 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  background-image: url(/images/hettysh1.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  padding: 10px 20px 10px 205px;
  font-size: 36px;
  line-height: 1.2;
  min-height: 90px;
  box-sizing: border-box;
}
#hotm_two {
  background-image: url(/images/hotm.jpg);
  background-position: top center;
  background-repeat: repeat-x;
  padding: 45px 0 30px;
  position: relative;
  background-size: cover;
}
.hotmtwoinner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  row-gap: 0px;
  grid-row-gap: 30px;
  margin-bottom: 30px;
  align-items: stretch;
}
.hotmtwoinner > div {
  display: flex;
  flex-direction: column;
}
#hotm_two .herbsofthemonth {
  /* background-image: url(/images/herbsofthemonth.png);
  background-repeat: no-repeat; */
  padding: 10px;
  background-position: top center;
  background-size: cover;
  text-align: center;
  border-radius: 30px;
  background-color: #FFF;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hotmtwoinner > div::after {
  content: url("/images/herbsofthemonth-bottom.png");
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 100%;
}
.dottedborder {
  border: 2px dotted #9eb092;
  border-radius: 30px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
#hotm_two .herbsofthemonth .title {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  color: #646853;
  margin: 0;
  min-height: 30px;
}
#hotm_two .herbsofthemonth .subheading {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  color: #9eb092;
  height: 35px;
  overflow: hidden;
}
#hotm_two .herbsofthemonth .product_photo {
  width: 100%;
  border-radius: 15px 15px 0 0;
  border: 1px solid #fff;
  height: auto;
  margin: 0 0 10px;
}
#hotm_two .herbsofthemonth .info {
  height: 115px;
  overflow: hidden;
}
.hotm-buy {
  border-radius: 30px;
}
.float {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.float:hover, .float:focus, .float:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}
.pageheading {
  background-color: #2d1c14;
  padding: 13px 0 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.pageheading h2 {
  color: #ffffff!important;
  font-family: 'Dancing Script', cursive;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
#delivering h2 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  background-image: url(/images/hettysh1.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  padding: 10px 20px 10px 205px;
  font-size: 36px;
  line-height: 1.2;
  min-height: 90px;
  box-sizing: border-box;
}
#delivering_two {
  background-color: #9eb092;
  padding: 70px 0 0;
  font-size: 20px;
  color: #fff;
}
#delivering_two h3 {
  text-transform: uppercase;
  padding: 0 0 30px;
  margin: 0;
  font-size: 36px;
  color: #646853 !important;
}
#delivering_two p {
  color: #FFF;
  margin-bottom: 0px;
}
#delivering_two .left {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 30px 135px;
  text-align: center;
  position: relative;
}
#delivering_two .bottom_image {
  position: absolute;
  bottom: -67px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 13px;
  padding-bottom: 5px;
}
#delivering_two .right {
  border-right: 1px solid #fff;
  padding: 0 30px 135px;
  text-align: center;
  position: relative;
}
.bottom_image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#delivering_three {
  background-image: url(/images/delivering.png);
  height: 56px;
}
#delivering_two .right .arrow {
  background-image: url(/images/delivering_arrow.png);
  width: 37px;
  height: 38px;
  position: absolute;
  top: -1px;
  left: -19px;
}
.fullwidthcont {
	width: 100%;
}
.container, .contentcontainer {
	max-width: 1520px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
.categorygrid h3, h2 {
  font-weight: 100;
}

.categorygriditem {
padding: 10px 0px;
text-align: center;
font-size: 18px !important;
border-left: 40px solid transparent;
border-right: 40px solid transparent;
}
.categorygriditem img {
margin-bottom: 0px;
}
.categorygriditem a:link, .categorygriditem a:visited {
text-decoration: none;
}
.categorygridphoto {
	background-position: center center;
	background-size: cover;
}
.categorygriditem a:link, .categorygriditem a:visited {
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
}
.homecategories, .hometext {
  max-width: 90%;
	background-image:none;
	background-size:cover;
	background-position: center top;
	z-index: 4;
	position: relative;
	color: #000;
	padding-top: 10px;
  margin-left: 50px;
  margin-right: 50px;
}
.homecategoriesinner h2 {
	font-size: 48px;
	font-family: 'Norican', cursive;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 1.2em;
}
.photogrid  {
  margin-top: 5px!important;
}
.productheadline {
  margin-top: 0px;
  font-size:2em;
  color:#000;
}
.productsubheadline {
  font-size:12px;
  color:#000;
  font-style:italic;
}
.productintro {
  font-size:8px;
  font-weight: 500;
  color:#646853!important;
}
.productboxescont {
  padding: 50px!important;
}
.homeboxes {
  text-align: left;
  font-size: 24px;
  margin-bottom: -90px;
  padding-top: 20px;
}
.homeboxes, .productboxes {
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
}
.homebox, .productbox {
  border: 1px solid #e6e6e6;
  padding: 0px 15px;
  /*border: 30px solid #FFF;*/
  margin-bottom: 5px 0px;
  text-align: center;
}
.homebox {
  z-index: 10;
}
.breadcrumb a:link, .breadcrumb a:visited {
  /*color: #646853;*/
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumbcategory a:link, .breadcrumbcategory a:visited {
  /*color: #9eb092;*/
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.promotion {
  background-color: #9eb092;
  color: #fff;
  padding: 5px;
}
.border {
  border-width: 1px;
  border-style: solid;
  border-color: #9eb092;
  padding: 5px;
}
.formradio {
  width: 40%;
}
.formradio input {
  margin-right: 20px;
}.formradio input[type="radio"] {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none; /* Remove default styling in WebKit browsers */
  -moz-appearance: none; /* Remove default styling in Firefox */
  
  width: 15px; /* Set the width of the radio button */
  height: 15px; /* Set the height of the radio button */
  
  border: 2px solid #9eb092; /* Border color and thickness */
  border-radius: 50%; /* Make the shape circular */
  outline: none; /* Remove the outline when focused */
  
  /* Add some additional styling */
  background-color: #fff; /* Background color */
  cursor: pointer; /* Cursor changes to pointer */
  margin-right: 20px; /* Space between radio button and label */
  margin-top: 10px;
}

.formradio input[type="radio"]:checked {
  background-color: rgb(150,108,148); /* Color when checked */
  border-color: #646853; /* Border color when checked */
}
.itemprice {
  width: 20%;
  text-align: right;;
}
.itempriceadd {
  width: 15%;
  text-align: right;;
}
.qty input {
  font-size: 20px;
  color: #3b3630;
  font-weight: 600;
  width: 60px;
  background: inherit;
  border: none;
  padding: 3px 5px 5px 5px;
}
.quantitybuttons .qtydown, .quantitybuttons .qtyup, .qty {
  text-decoration: none;
  font-size: 20px;
}
a.btnadd:link, a.btnadd:visited, input.btnadd {
  display: inline-block;
	color: #FFF;
	text-decoration: none;
	border: none;
	font-size: 24px;
	font-weight: bold;
	background-color: #9eb092;
  padding: 5px;
}
a.btnadd:hover, input.btnadd:hover {
	background-color: #fff;
	color: #9eb092;
}
.btnadd, a:link.btnadd, a:visited.btnadd, input.btnadd {
	color: #FFF;
	background-color: #9e6b14;
	margin-top: 10px;
  padding: 5px;
}
a:hover.btnadd, input:hover.btnadd {
	background-color: #9eb092;
	color: #000;
  padding: 5px;
}
.contentright  {
  padding-left: 25px;
}
.productheadline {
  font-size:35px;
  color:#646853;
  margin-bottom: 2px;
}
.productsubheadline {
  font-size:18px;
  font-weight: 600;
  color:#646853;
  font-style:italic;
  margin-top: 3px;
}
.productintro {
  font-size:22px;
  color:#9eb092!important;
}
.thumbnail {
	background-size:cover;
	background-position: center center;
}
.fullwidthcont {
  position: relative;
  margin-top: 75px;
}
#cart-popup-wrapper {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 30000;
  background-color: #FFF;
  padding: 15px;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
  min-width: 300px;
  max-width: 400px;
}
#cart-popup-wrapper h2 {
  font-size: 18px;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cart-popupclose {
  background-color: #222;
  color: #FFF;
  border: 1px solid #222;
  position: absolute;
  top: 0px;
  right: 0px;
}
.cart-popup-footer {
  text-align: center;
  clear: both;
}
/* Hide reCAPTCHA v3 badge — attribution shown inline per Google policy */
.grecaptcha-badge { visibility: hidden !important; }
.recaptcha-attribution {
  font-size: 12px;
  color: #888;
  margin-top: 6px;
}
.recaptcha-attribution a { color: #888; text-decoration: underline; }
.qtytext {
  text-align: right;
  font-weight: 600;
}
.qtyvalue  {
  text-align: right;
  font-weight: 600;
}
.options-area {
  padding: 10px;
}
table {
  border-spacing: 0 10px;
  border-collapse: separate;
}
tr.variations td {
  vertical-align: middle;
  padding: 0;
}
tr.variations .formradio input[type="radio"] {
  margin: 0;
  vertical-align: middle;
}
tr.variations .formradiolabel {
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}
tr.variations .itempriceadd {
  text-align: right;
  vertical-align: middle;/
}
.newscont-right, .newsintro {
  text-align: left;
  padding: 150px 150px 50px 100px;
}
.newscont-left {
  text-align: left;
  padding: 150px 150px 150px 100px;
}
.hettyshintscont {
  max-width: 1200px;
}
.catherbplants {
  background-color: rgb(150, 108, 148);
}.catherbplants h2 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.catherbplants h2, .catherbplant a:link, .catherbplant a:visited {
  text-decoration: none;
  color: #fff !important;
  font-family: 'Yanone Kaffeesatz', sans-serif !important;
  font-size: 60px;
  text-transform: capitalize !important;
}
.catherbplants h2 {
  font-family: 'Dancing Script', cursive !important;
}
.blockspotlight a, a:visited, a:active {
  text-decoration: none !important;
  /*color: #fff !important;*/
}
.hide {
	display: none!important;
}
.show {
	display: visible!important;
}
#favourites-on,
#favourites-mob-on {
  color: #df575b;
}
.header-fav-link {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    font-size: 20px;
    color: #490047;
    text-decoration: none;
    vertical-align: middle;
}
.header-fav-link:hover {
    color: #7a0076;
    text-decoration: none;
}
.productheadline .fa-heart-o {
  color: rgb(206,204,215);
}
.productheadline .fa-heart {
  color: #df575b;
}
.dropdowngridimage {
  padding: 15px;
  margin-bottom: 25px;
  margin-right: 50px;
}
.inputfullwidth {
  width: 75%;
}

/* ── Filter label styles (shop/product filter panel) ── */
.filter-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 21px;
  margin-bottom: 6px;
  cursor: pointer;
  color: #333;
  break-inside: avoid;
}
.filter-label-child {
  padding-left: 19px;
  font-size: 21px;
  color: #555;
}
.filter-label-child::before {
  content: '└';
  color: #bbb;
  margin-right: 2px;
  font-size: 21px;
}
.filter-label input[type="checkbox"],
.filter-label input[type="radio"] {
  accent-color: #646853;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  cursor: pointer;
}