@font-face {
    font-family: 'helvetica-heading';
    src: url('/assets/fonts/Helvetica-Neue-LT 93-Black-Extended.eot');
    src: url('/assets/fonts/Helvetica-Neue-LT-93-Black-Extended.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Helvetica-Neue-LT-93-Black-Extended.woff2') format('woff2'),
        url('/assets/fonts/Helvetica-Neue-LT-93-Black-Extended.woff') format('woff'),
        url('/assets/fonts/Helvetica-Neue-LT-93-Black-Extended.svg#Helvetica-Neue-LT-93-Black-Extended') format('svg'),
        url('/assets/fonts/Helvetica-Neue-LT-93-Black-Extended.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: optimal;
}

@font-face {
    font-family: 'helvetica-heading';
    src: url('/assets/fonts/Helvetica-Neue-LT 93-Black-Extended-Oblique.eot');
    src: url('/assets/fonts/Helvetica-Neue-LT-93-Black-Extended-Oblique.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Helvetica-Neue-LT-93-Black-Extended-Oblique.woff2') format('woff2'),
        url('/assets/fonts/Helvetica-Neue-LT-93-Black-Extended-Oblique.woff') format('woff'),
        url('/assets/fonts/Helvetica-Neue-LT-93-Black-Extended-Oblique.svg#Helvetica-Neue-LT-93-Black-Extended-Oblique') format('svg'),
        url('/assets/fonts/Helvetica-Neue-LT-93-Black-Extended-Oblique.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: optimal;
}

@font-face {
    font-family: 'helvetica-light';
    src: url('/assets/fonts/Helvetica-Neue-LT-43-Light-Extended.eot');
    src: url('/assets/fonts/Helvetica-Neue-LT-43-Light-Extended.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Helvetica-Neue-LT-43-Light-Extended.woff2') format('woff2'),
        url('/assets/fonts/Helvetica-Neue-LT-43-Light-Extended.woff') format('woff'),
        url('/assets/fonts/Helvetica-Neue-LT-43-Light-Extended.svg#Helvetica-Neue-LT 43-Light-Extended') format('svg'),
        url('/assets/fonts/Helvetica-Neue-LT-43-Light-ExtendedHelvetica-Neue-LT 43-Light-Extended.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: optimal;
}

@font-face {
    font-family: 'helvetica-light';
    src: url('/assets/fonts/HelveticaNeueLTPro-Bd.eot');
    src: url('/assets/fonts/HelveticaNeueLTPro-Bd.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'),
        url('/assets/fonts/HelveticaNeueLTPro-Bd.woff') format('woff'),
        url('/assets/fonts/HelveticaNeueLTPro-Bd.svg#HelveticaNeueLTPro-Bd') format('svg'),
        url('/assets/fonts/HelveticaNeueLTPro-Bd.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: optimal;
}

@font-face {
    font-family: 'helvetica-light';
    src: url('/assets/fonts/HelveticaNeueLTPro-MdEx.eot');
    src: url('/assets/fonts/HelveticaNeueLTPro-MdEx.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/HelveticaNeueLTPro-MdEx.woff2') format('woff2'),
        url('/assets/fonts/HelveticaNeueLTPro-MdEx.woff') format('woff'),
        url('/assets/fonts/HelveticaNeueLTPro-MdEx.svg#HelveticaNeueLTPro-MdEx') format('svg'),
        url('/assets/fonts/HelveticaNeueLTPro-MdEx.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: optimal;
}

:root {
	--primary: #4aaa42;
	--primary-hover: #388532;
	--secondary: ;
	--green: #4aaa42;
	--dark-green: #388532;
	--yellow: #ebc944;
	
	--white: #fff;
    --dark-white: #f5f5f5;
	--light-grey: #e6e6e6;
	--dark-grey: #a7a7a7;
    --extra-light-green: #edf6ec;
    --light-green: #42a25c;
    --lime-green: #c1d82f;
	--dark: #231f20;
	--black: #0d0b0c;
    --grey: #888888;
    --bold-font-family: 'helvetica-heading',Helvetica,Arial,sans-serif;
	--bold-font-style: italic;
    --light-font: 'helvetica-light',Helvetica,Arial,sans-serif;
	--green-transparent: rgba(74,170,66,0.6);
	--bs-gutter-x: 2rem;
}

body {
	overflow-x: hidden;
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden;
	font-size: 1rem;
	line-height: 24px;
	font-family: 'helvetica-light',Helvetica,Arial,sans-serif;
}

img {
	max-width: 100%;
}

strong{
	
}

.bg-primary{
	background: var(--green) !important;
	color: #fff;
}

.bg-light-grey{
	background: var(--dark-white);
}

.bg-green{
	background: var(--green);
	color: #fff;
}

.text-primary{
	color: var(--primary) !important;
}

.text-primary{
	color: var(--green);
}

.fw-bold-heading, .ff-heading{
	font-family: var(--bold-font-family);
	font-style: var(--bold-font-style);
}

.ff-body, .btn.ff-body{
	font-family: 'helvetica-light',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	font-size: 1rem; 
}

.ff-body.fw-bold{
	font-weight: 600;
}

a {
	color: var(--primary);
	text-decoration:none;
}

a:hover {
	color: var(--primary-hover);
}

#content{
	padding: 30px 0px;
}
.container {
	max-width: 1200px;
	padding-right: calc(3.5rem * .5);
	padding-left: calc(3.5rem * .5);
}
.container.w-100{
	max-width:1600px;
}



.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

/* Stop bootstrap adding padding right to the body */
body.modal-open {
	padding-right: 0px !important;
}



.linkOverlay{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	cursor: pointer;
}
/*  ----------------------------------------------------------	*/
/*  					Sticky Footer 	 						*/
/*  ----------------------------------------------------------	*/
html, body {
	height: 100% !important;
}

#wrapper.stickyFooter {
	display: flex;
	flex-direction: column;
	min-height: 100% !important;
}

#wrapper.stickyFooter #footer {
 margin-top: auto;
}

@media (min-width: 576px) {
	.collapse-sm-none:not(.show) {
	  display: block;
	}
	
	.w-sm-auto {
	  width: auto !important;
	}
}

@media (min-width: 768px) {
	.collapse-md-none:not(.show) {
		display: block;
	}
	.w-md-auto {
		width: auto !important;
	}
}

@media (min-width: 992px) {
	.collapse-lg-none:not(.show) {
		display: block;
	}
	.w-lg-auto {
		width: auto !important;
	}
}

@media (min-width: 1200px) {
	.collapse-xl-none:not(.show) {
		display: block;
	}
	.w-xl-auto {
		width: auto !important;
	}
}
/*  ----------------------------------------------------------	*/
/*  					Buttons / Headings 	 					*/
/*  ----------------------------------------------------------	*/
[aria-hidden="true"] {
    display:none;
}

#awards [aria-hidden="true"], .modal-header [aria-hidden="true"] {
	display: block;	
}

.btn {
	font-weight: 700;
	font-family: 'helvetica-heading', san-serif;
	font-style:italic;
	text-transform: uppercase;
	border-radius: 70px;
	padding: 10px 17px;
	letter-spacing: 0.5px;
	font-size:0.8rem;
}

.qtyminus, .qtyplus, .qty{
	border-radius: 0px;
}

.btn-lg{
	padding: 15px 25px;
	font-size:0.9rem;
	padding: 15px 25px;
	font-size: 0.9rem;
	margin-top: 10px;
	margin-bottom: 10px;
	}


.btn-xl{
	padding: 15px 25px;
	font-size:1.2rem;
}

.btn-primary {
	background: var(--primary);
	border-color:  var(--primary);
	color: #ffffff;
}

.btn-primary:hover {
	background: var(--primary-hover);
	border-color: var(--primary-hover);
	color: #fff;
}

.btn-secondary {
	background: var(--primary);
	border-color:  var(--primary);
	color: #ffffff;
}

.btn-secondary:hover {
	background: var(--primary-hover);
	border-color: var(--primary-hover);
}

.btn-yellow{
	background: var(--yellow);
	border-color: var(--yellow);
	color: #fff;
}

.btn-yellow:hover{
	background: var(--lime-green);
	border-color: var(--lime-green);
	background: #000;
	border-color: #000;
	color: #fff;
}

.btn-outline-primary {
	background: transaparent;
	border-color:  var(--primary);
	color: #000;
}

.btn-outline-primary:hover {
	background: var(--primary);
	border-color: var(--primary);
	color: #fff !important;
}
.input-group-quantity .form-control {
	max-width: 80px;
	border: 0px;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 700;
	font-family: 'helvetica-heading', san-serif;
	font-style:italic;
	text-transform: uppercase;
	font-display: optimal;
	margin-bottom: 10px;
}

h1, .h1 {
	font-size: 1.8rem;
	margin-bottom: 25px;
}

h2, .h2 {
	font-size: 1.6rem;
	margin-bottom: 15px;
}

h3, .h3 {
	font-size: 1.4rem;
}

h4, .h4 {
	font-size: 1.2rem;
}

h5, .h5 {
	font-size: 1rem;
}

h6, .h6 {
	font-size: 0.8rem;
}

@media (min-width: 576px) {

}

@media (min-width: 1600px) {
	body{
		font-size:1.2rem;
		/*line-height: 30px;*/
	}
	h1, .h1 {
	  font-size: 2.2rem;
	  line-height: 37px;
	}
	h2, .h2 {
	  font-size: 1.8rem;
	  line-height: 31px;
	}
	h3, .h3 {
	  font-size: 1.6rem;
	  line-height: 28px;
	}
	h4, .h4 {
	  font-size: 1.4rem;
	  line-height: 27px;
	}
	h5, .h5 {
	  font-size: 1.2rem;
	  line-height: 25px;
	}
	h6, .h6 {
	  font-size: 0.9rem;
	  line-height: 23px;
	}
}

/* AT - 6/5/25 What was this formatting for?? Causing issues! Don't set a line height, just set it to normal and it'll adjust to nice spacing between lines */
.product-description{
	font-size: 90%;
	line-height: normal;
}
/*
small {
	font-size: 13px !important;
	line-height: 13px !important;
} 
*/
/*

h1, .h1 {
	font-size: 2.0rem;
}

h2, .h2 {
	font-size: 1.8rem;
}

h3, .h3 {
	font-size: 1.6rem;
}

h4, .h4 {
	font-size: 1.5rem;
}

h5, .h5 {
	font-size: 1.4rem;
}

h6, .h6 {
	font-size: 1.2rem;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
	body{
		font-size:1.2rem;
		line-height: 24px;
	}
	h1, .h1 {
	  font-size: 2.6rem;
	  line-height: 37px;
	}
	h2, .h2 {
	  font-size: 2.2rem;
	  line-height: 31px;
	}
	h3, .h3 {
	  font-size: 2.0rem;
	  line-height: 28px;
	}
	h4, .h4 {
	  font-size: 1.8rem;
	  line-height: 27px;
	}
	h5, .h5 {
	  font-size: 1.6rem;
	  line-height: 25px;
	}
	h6, .h6 {
	  font-size: 1.4rem;
	  line-height: 23px;
	}
}
*/

.form-control, .form-floating > .form-control, .form-floating > .form-control-plaintext{
	padding: .77rem .75rem;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select, .form-control{
	height: calc(3.5rem + 2px);
}

.form-group{
	margin-bottom: 1rem;
}

select.form-control{
	background-image: url('/assets/images/icons/down-arrow.svg');
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 1em;
	cursor: pointer;
	padding-right: 40px
}

.form-control{
	
}

#content ul:not(.list-group-item){
	padding-left: 5px;
}
#content li:not(.list-group-item):not(.page-item){
	list-style: none;
	background-image: url("/assets/images/icons/icon-green-tick-20.png");
	background-repeat: no-repeat;
	background-position: left 9px;
	background-size: 18px;
	padding-left: 30px;
	padding-top:2px;
	padding-bottom: 2px;
}

#content small li:not(.list-group-item):not(.page-item) {
	background-size: 16px;
	background-position: left 4px;

}

/*  ----------------------------------------------------------	*/
/*  						Header 	 							*/
/*  ----------------------------------------------------------	*/
#header a:hover{
	color: var(--green);
}

#header .btn:hover{
	color: #fff;
}

#topHeader{
	background: #4aaa42;
	color: #fff;
	font-size: 0.9rem;
	line-height: normal;
}

#topHeader a{
	color: #fff;
}

#topHeader a:hover{
	color: #fff;
	text-decoration:underline;
}

#topHeader .nav-item{
	position: relative;
	padding: 0px 10px;
	display:flex;
	justify-content:center;
	align-items:center;
}

#topHeader .nav-item:after{
	position: absolute;
	content: "";
	left:0px;
	top:50%;
	height: 50%;
	background: rgba(255,255,255,1);
	width: 1px;
	transform: translate(0%, -50%);
}

#topHeader .nav-item:first-child:after{
	display:none;
}

#header{
	font-size: 1rem;
	border-bottom:1px solid #ececec;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}

#header .container, #footer .container{
	max-width: 1920px;
}
/*
#header div{
	border: 1px solid grey;
}
*/
#header #headerLogo{
	/*width: 50px ;*/
	height:50px;
}

#header .basketIcon{
	position:relative;
}

#header .basketIcon .badge{
	position: absolute;
	left: 33px;
	top:5px;
	background:black;
	color: white;
	padding: 3px 4.5px;
	font-size: 0.5rem;
}

#header #headerNavigation{
	height: auto;
}

#header #headerNavigation{
	width:100%;
	padding: 10px 0px;
	padding-bottom: 0px;
	
}

#header #headerWidgets{
	width: 100%;
	display: flex;
	align-items:center;
	height: 65px;
}

#header .headerIcon{
	display:flex;
	align-items:center;
	justify-content:center;
	height: 50px;
	width: 50px;
}

#header .headerIcon.navbar-toggler{
	border-radius: 0px;
}

#header .btn{
	padding: 10px 20px;
	font-size:0.9rem;
}

.nav-link, .btn, .form-control{
	transition: none !important;
}

#header #headerWidgets{
	position: relative;
	border-bottom:1px solid #ececec;
}

#header #headerNavigation .nav-link, .dropdown-toggle{
	cursor:pointer;
}


#header #headerNavigation .container{
	max-width: 1600px;
}

#header #headerNavigation .nav-item{
	width:100%;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

#header #headerNavigation .dropdown-menu  .nav-item{
	border-bottom-color:rgba(150,150,150,0.2);
}

#header #headerNavigation .dropdown-menu  .nav-item:last-child{
	border-bottom: 0px;
}

#header #headerNavigation .nav-item .dropdown-toggle{
	display: flex;
	align-items:center;
	justify-content: space-between;
}

@media (min-width: 576px) {
	#header #headerNavigation .nav-item{
		
	}
}

@media (min-width: 768px) {
	#header #headerNavigation .nav-item{
		
	}
	#header #headerNavigation .nav-item .dropdown-toggle{
		justify-content: center;
	}
}

@media (min-width: 992px) {
	
}s

@media (min-width: 1200px) {
	
}


@media (min-width: 1200px) {
	#header #headerNavigation .nav-item .dropdown-toggle{
		justify-content:flex-start;
	}

}




.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle::after {
	content: "";
	display: block;
	width: 15px;
	height: 13px;
	background-image: url("/assets/images/icons/chevron-down.svg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	border: 0px;
	margin-left:10px;
}
.dropdown-chevron{
	position: relative;
}
.dropdown-chevron::before{
	content: "";
	display: block;
	width: 15px;
	height: 13px;
	background-image: url("/assets/images/icons/chevron-down.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position:absolute;
	right:0;
	top: 50%;
	margin-top: -6.5px;
}
/*
#header #headerWidgets #headerSearchIcon{
	position: absolute;
	left:15px;
	top:50%;
	margin-top:-12.5px;
}

#header #headerWidgets .form-control{
	padding-left: 55px;
	padding-top:15px;
	padding-bottom: 15px;
	border: 0px;
}

#header #headerWidgets .form-control:focus {
	box-shadow: none;
}
*/
#header #headerNavigation .nav-link{
	color: #000000;
	font-weight: 700;
	font-family: 'helvetica-heading', san-serif;
	font-style:italic;
	text-transform: uppercase;
	font-size: 0.8rem;
	
}
	
#header #headerNavigation .dropdown-menu  .nav-link{
	font-family: 'helvetica-light',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	font-size: 0.9rem; 
}


@media (min-width: 768px) {
	#header #headerWidgets{
		min-width: 157px;
		width: auto;	
	}
	#header #headerWidgets{
		border-bottom: 0px;
	}
	#header #headerWidgets #headerSearchIcon{
		left:0px;
	}
	#header {
		border-bottom:1px solid #ececec;
	}
	#header #headerNavigation{
		border-bottom-color:transparent;
		margin-bottom: 0px;
	}
}

@media (min-width: 1200px){
	#header {
		border-bottom:0px;
		min-height:153px;
	}
	
	#header .btn {
		padding: 15px 25px;
		font-size: 0.9rem;
	}
	
	#header #topHeaderMenu{
		font-size: 0.9rem;
	}
	#footer{
		/*min-height: 461px;*/
	}
	#header #headerNavigation{
		border-bottom-color:#ececec;
	}
	#header .navbar-expand-xl {
		flex-wrap: wrap;
	}
	
	#header .headerIcon.navbar-toggler{
		display:none;
	}
	
	#header #headerLogo{
		/*width: 90px ;*/
		height:55px ;
	}
	
	#header #headerNavigation .nav-item{
		width:auto;
		border-bottom: 0px;
	}
	
	#header #headerNavigation .nav-item, #header #headerNavigation .nav-link {
		position: static;
	}
	
	#header #headerNavigation .nav-link {
		position: relative;
	}
	
	#header #headerNavigation .dropdown-toggle {
		display:flex;
		align-items:center;
	}
	
	
	#header #headerNavigation .nav-link:after{
		content: "";
		position: relative;
		bottom: 0px;
		left: 0px;
		width: 0%;
		background: var(--primary);
		height: 2px;
		display:block;
		transition: 0.3s;
	}
	
	#header #headerNavigation .nav-link:hover:after{
		width: 100%;
		transition: 0.3s;
	}
	
	
	#header #headerNavigation .nav-link:hover{
		color: var(--primary);
	}
	
	/*
	#header #headerNavigation .nav-item .nav-item-divider{
		position: absolute;
		right: 0px;
		top:30%;
		width: 1px;
		height: 40%;
		background: var(--bs-link-color);
		opacity: 0.2;
	}
	*/
	
	
	#header #headerNavigation .dropdown-menu  .nav-link{
		font-size: 1rem; 
	}

	#header #headerNavigation .nav-item.dropdown-toggle {
		padding-right: 20px;
	}
	
	#header #headerNavigation .nav-item.dropdown-toggle::after {
		position: absolute;
		top:50%;
		right: 1rem;
		margin-top:-2.5px;
		
	}
	
	#header #headerNavigation .nav-item.dropdown:hover .dropdown-menu{
		display:block;
		left:0px;
		right:0px;
		width:100%;
		
	}
	
	#header #headerNavigation .dropdown .nav-item{
		
	}
	
	#header #headerNavigation{
		font-size:0.8rem;
	}
	
	#header .navbar{
		border-bottom:0px;
	
	}
	
	.dropdown-menu{
		border-color: transparent	
	}
	.nav-item.topLevel{
		border-bottom:1px solid #ececec;
		width:100%;
	}
	.navbar-nav .nav-item.topLevel:last-child{
		border-bottom:transparent;
	}

	#header #headerNavigation{
		font-size:1rem;
	}
	#header .btn {
		padding: 13px 23px;
		font-size: 0.8rem;
	}
	#header #headerNavigation {
		margin-top: -5px;
		margin-bottom: -5px;
	}
	
	.dropdown-toggle::after {
		margin-left:0px;
	}
}
@media (min-width: 1600px) {
	#header #headerNavigation .nav-link{
		font-size: 1rem; 
	}
	#header #topHeaderMenu{
		font-size: 1rem;
	}
	
	#header #headerLogo{
		/*width: 90px ;*/
		height:66px ;
	}
	#header .btn {
		padding: 15px 25px;
		font-size: 0.9rem;
	}
	#header{
		font-size: 1rem;
	}
	
	#header #headerNavigation {
		margin-top: 0px;
		margin-bottom: -0px;
	}
	
	.dropdown-toggle::after {
		margin-left:10px;
	}
}
@media (min-width: 768px) {
	.dropdown-menu .row .navColumn{
		border-right: 1px solid rgba(103,27,62,0.1);
	}
	.dropdown-menu .row .navColumn:nth-child(2n){
		border-right: transparent;
	}
}

@media (min-width: 1200px) {
	
	.dropdown-menu .row .navColumn:nth-child(2n){
		border-right: rgba(103,27,62,0.1);
	}
	
	.dropdown-menu .row .navColumn:nth-child(4n){
		border-right: transparent;
	}
	
	#header{
		font-size: 0.9rem;
	}
}


#header .nav-link.font-weight-normal{
	font-weight:400;
}

/*  ----------------------------------------------------------	*/
/*  						Footer 	 							*/
/*  ----------------------------------------------------------	*/
#footer {
	background: #f5f5f5;
	color: #000000;
	font-size: 1rem;
}

#footer .fw-bold-heading{
	font-size: 0.9rem;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover{
	color: var(--green);
}

#footer .btn-outline-primary{
	padding: 10px 15px;
	font-size:0.8rem;
}

#footer h6{
	font-size: 1.2rem;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	#footer h6{
	  font-size: 1.2rem;
	  line-height: 23px;
		margin-bottom: 35px;
	}
}


.footerLocationAddressWrapper{
	font-size: 0.9rem;
}

.footerLocationIcon{
	
}

.footerLocationTitle {
	font-size: 0.9rem;
	font-family: 'helvetica-heading', san-serif;
	font-style:italic;
	text-transform: uppercase;
}

@media (min-width: 1200px){
	.footerLocationTitle {
		font-size: 1rem;
		line-height: 23px;
	}
	.footerLocationAddressWrapper{
		font-size: 0.85rem;
	}
	
	#footer .btn-outline-primary{
		/*padding: 12px 20px;
		font-size:0.8rem;*/
		padding: 12px 12px;
		font-size:0.7rem;
	}
}

@media (min-width: 1400px){
	#footer .btn-outline-primary{
		padding: 12px 20px;
		font-size:0.8rem;
	}
}


@media (min-width: 1200px) {
	#subFooter{
		font-size: 0.9rem;
	}
}

.phoneIconWrapper{
	background: var(--green);
	border-radius: 50px;
	padding: 5px;
}
/*  ----------------------------------------------------------	*/
/*  					Home Page 	 							*/
/*  ----------------------------------------------------------	*/
#heroBanner{
	position:relative;
}

#heroBanner .carousel-caption {
	right: auto;
	bottom: auto;
	left: 0;
	top:50%;
	padding: 1.25rem;
	text-align: left;
	background: var(--green-transparent);
	transform: translate(0, -50%);
	max-width:80%;
	text-transform: uppercase;
}

#heroBanner h1{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	font-size: 1rem;
	line-height: normal;
}

@media (min-width: 576px) {
	
}

@media (min-width: 768px){
	#heroBanner h1{
		font-size:1.5rem;
	}
}

@media (min-width: 992px){
	#heroBanner h1{
		line-height: 50px;
		font-size:2rem;
	}
}

#bookingBar{
	background: rgba(115,115,115,1);
}

@media (min-width: 768px) {
	#bookingBar{
		transform: translate(0, -50%);
	}
	
	#bookingBar{
		background: rgba(115,115,115,0.6);
	}
	
	#heroBanner .carousel-caption {
		max-width:700px;
	}
}

#bookingBarWrapper .btn, #bookingBarWrapper .form-control{
	border-radius: 0px;
	padding: .75rem .75rem;
}

#bookingBarWrapper .btn{
	font-size: 1.1rem;
}

.btn.disabled{
	background: #b6b6b6;
	border-color: #b6b6b6;
}

.homeTileWrapper, .locationTileWrapper{
	position:relative;
	border-radius:25px;
	overflow:hidden;
}

.homeTileWrapper:hover, .locationTileWrapper:hover{
	background: #0000001c;
}

.homeTileImage, .locationTileImage{
	transition: 0.3s;
}

.homeTileWrapper:hover .homeTileImage, .locationTileWrapper:hover .locationTileImage{
	/*opacity:0.7;;*/
	transform: scale(1);
	transition: 0.3s
}

.homeTileText, .locationTileText{
	position:absolute;
	background: var(--green-transparent);
	padding: 0.75rem;
	bottom: 10%;
	left:0px;
	font-family: var(--bold-font-family);
	font-style: var(--bold-font-style);
	color: #fff;
	width:80%;
	min-height: 72px;
	display:flex;
	align-items:center;
	font-size: 0.8rem;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	transition: 0.3s;
	text-transform: uppercase;
}

.locationTileText{
	min-height: 0 !important;
	min-width:30%;
	width: auto;
	transition: 0.6s;
}

.homeTileWrapper:hover .homeTileText, .locationTileWrapper:hover .locationTileText{
	/*bottom: auto;
	top:50%;
	transform: translate(0%,-50%);*/
	width: 100%;
	text-align:center;
	justify-content:center;
	transition: 0.3s;
	background: rgba(74,170,66,0.9);
	min-width:100%;
}

@media (min-width: 768px){
	.homeTileText, .locationTileText{
		padding: 0.75rem 1.25rem;
		min-height: 72px;
		font-size: 1rem;
	}
}

.locationTileWrapper{
	
}

.homeSubTileWrapper{
	
}

.newsItemWrapper{
	
}

.partnerLogoWrapper, .awardsLogoWrapper{
	border: 1px solid black;
	display:flex;
	justify-content:center;
	padding: 25px;
	border-radius: 25px;
	
}
.partnerLogoWrapper img, .awardsLogoWrapper img{
	max-width: 100%;
	max-height: 110px;
}

.awardsLogoWrapper{
	max-height:100%;
	padding: 15px;
}

.awardsLogoWrapper img{
	max-height:auto;
}
@media (min-width: 576px) {
	.awardsLogoWrapper{
		padding: 25px;
	}
}

/*  ----------------------------------------------------------	*/
/*  					Banners 	 							*/
/*  ----------------------------------------------------------	*/
#banner{
	position:relative;
}

#banner .banner-image-wrapper{
	padding-bottom: 28%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

#banner .banner-image-wrapper-large{
	padding-bottom: 0%;
	min-height: 125px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
}

#banner .banner-dark-overlay{
	position:absolute;
	top:0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	opacity:0.3

}

#banner .banner-caption {
	position: relative;
	bottom: auto;
	left: 0%;
	transform: translate(0%, 0%);
	top:0%;
	padding: 10px;
	text-align: left;
	background: var(--green-transparent);
	text-transform: uppercase;
	max-width:80%;
	color: #fff;
	text-align:center;
}

#banner .banner-caption-left {
	left: 0%;
	transform: translate(0%, 0%);
}

#banner h1{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	font-size: 1rem;
	line-height: normal;
}

@media (min-width: 576px) {
	#banner .banner-image-wrapper-large{
		padding-bottom: 36%;
		min-height: 0px;
	}
	#banner .banner-caption {
		position: absolute;
		bottom: auto;
		left: 0%;
		transform: translate(0%, -50%);;
		top:50%;
		max-width:80%;
	}
	
	#banner .banner-caption-left {
		left: 0%;
		transform: translate(0%, -50%);
	}
}

@media (min-width: 768px){
	#banner h1{
		font-size:1.5rem;
	}
}

@media (min-width: 992px){
	#banner h1{
		line-height: 50px;
		font-size:2rem;
	}
}

@media (min-width: 768px) {
	#banner .carousel-caption {
		max-width:700px;
	}
}

/*  ----------------------------------------------------------	*/
/*  						Other 	 							*/
/*  ----------------------------------------------------------	*/
.card-footer{
	background: transparent;
	border-top:0px;
}
/*  ----------------------------------------------------------	*/
/*  						Other 	 							*/
/*  ----------------------------------------------------------	*/
#addressAndMapBlocks, #addressBlocks{
	font-size: 1rem;
}

.breadcrumb {
	display:none !important;
}


.category-item,.prodItem:hover .card-image{
	position:relative;
}

.category-item .category-image, .prodItem .card-image{
	border-radius: 20px;
	overflow:hidden;
	position: relative;
}

.category-item .category-image::after, .prodItem .card-image:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: .5s ease all;
  }
.category-item:hover .category-image, .prodItem:hover .card-image{
	transform: scale(1);
}

.category-item .category-image img, .prodItem .card-image img{
	transition: 0.6s ease all; width: 100%; object-fit:cover;
}
.category-item:hover .category-image img, .prodItem:hover .card-image img{
	transform: scale(1.2);
	transition: 0.6s ease all; 
}
.category-item:hover .category-image::after, .prodItem:hover .card-image::after{
	opacity: 0.3;
}

.prodItem .card-image.hasAdditionalImages .card-img-top-additional{
	display:none;
}

.prodItem .card-image.hasAdditionalImages:hover .card-img-top-additional{
	display:block;
}

.prodItem .card-image.hasAdditionalImages:hover .card-img-top{
	display:none;
}
.prodItem:hover .card-image.hasAdditionalImages::after{
	opacity: 0;
}
.prodItem:hover .card-image.hasAdditionalImages::after {
	display:none;
}

/* Contact form */
#right-contact-form .form-control {
	padding: 8px;
	height: fit-content;
}

.time-slot{
	background: #4aaa42;
}
.ll-skin-melon td .ui-state-active {
	background: #4aaa42;

}
.ll-skin-melon .ui-datepicker th {
  color: #4aaa42;
  
}

.input-group-append .btn{
	height:100%;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.input-group-prepend .btn{
	height:100%;
	border-top-right-radius: 0px;
  	border-bottom-right-radius: 0px;
	display:flex;
	justify-content:center;
	align-items:center;
}

#basketTitleh4 {
	margin-bottom: 25px;
}


.pagination  .page-link {
	z-index: 3;
	color: var(--primary);
	/* background-color: var(--bs-pagination-active-bg); */
	/* border-color: var(--bs-pagination-active-border-color); */
}

.pagination .page-link.active{
	color: white;
	background-color: var(--primary);
	border-color: var(--primary);
}

#splide01-track{
	padding-bottom:5px;

}
@media(max-width:550px){
#galleryWrap .col-6 {
	width:100%!important;
}
}

.newsItemWrapper h4 {
	padding-top: 35px!important;
    padding-bottom: 10px;
}

@media(max-width:550px){
	.smallMap {
		width:auto!important;
	}
}
/*
.btn-back {
	margin-top:25px;
}
*/

@media(max-width:550px){
#galleryWrapLifeSkills .col-6 {
	width:100%!important;	
}
}

/* @media (max-width: 550px){
.customW {
    height: 72px;
    width: 392px;
    max-width: 120%;
}
} */


/* @media(max-width: 550px){
	.customSize {
		height:150px;
		width:300px;
	}
} */
@media(max-width:458px){
.col-6 {
	width:100%!important;
}
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
/*
#right-contact-form h3 {
	padding-top:25px;
	padding-bottom:25px;
}

#frm_contact {
	padding-bottom: 35px;
}
*/

#membershipHeading {
	padding-bottom:25px;
}

#tree-nation-tree-counter{
	height: 53px;
	overflow:hidden;
}
#tree-nation-tree-counter div{
	height: 50px;
	width: 161px !important;
}

#divMemberProducts .list-group input[type="checkbox"] + .list-group-item .btn::before {
	display: none;
}

.btn-close span[aria-hidden="true"] {
	display: none !important;
}