@font-face {
	font-family: 'Slappy Inline';
	src:  url('/assets/fonts/slappyinline.ttf') format('truetype');
	src: url('/assets/fonts/SlappyInline.eot?#iefix') format('embedded-opentype'),
		 url('/assets/fonts/SlappyInline.woff2') format('woff2'),
		 url('/assets/fonts/SlappyInline.woff') format('woff'),
		 url('/assets/fonts/SlappyInline.svg#Slappy-Inline') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}


body{
	overflow-x:hidden;
	/*background: url("/assets/images/main-wood-bg-light.jpg") repeat-y;
	background-size:contain;*/
	font-weight: 400;
	font-style: normal;
	overflow-x:hidden;
	font-size:1rem;
	font-family:'Lato', sans-serif;
}

    /* without this code the user menu won't appear on the left hand side of the page */
    @media (min-width: 768px) {
        #navbarMyAccount:not(.show) {
            display: block;
        }
    }

.site-content {
	padding-bottom:3rem;
}

img{
	max-width:100%;
}

a{
	color: #175569;
}

li {
	list-style:none!important;
}

a:hover{
	color: #175569;
}

.container{
	max-width: 1280px;
}

.overlay{
	position: absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

.white__wrap{
    background-color: #fff;
}

.form-field-wrong{
    border: 2px solid red;
}

/* Stop bootstrap adding padding right to the body */
body.modal-open{
  padding-right: 0px !important;
}

/*  ----------------------------------------------------------	*/
/*  					Sticky Footer 	 						*/
/*  ----------------------------------------------------------	*/
html, body{
	height: 100% !important;
}

#wrapper.stickyFooter{
	display:flex;
	flex-direction: column;
}

#wrapper.stickyFooter #footer{
	margin-top:auto;
}


#navbarMyAccount .list-group-item{
	padding: 5px 0px;
	border: 0px;
	background: none;
}

#navbarMyAccount .list-group-item.list-group-item-parent{
	margin-top:15px;
}

@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 	 					*/
/*  ----------------------------------------------------------	*/
#topBar{
	background-color:#175569;
	font-family:'Lato', sans-serif;
	font-size:14px;
}

#headrMain {
	font-family: 'Slappy inline', sans-serif;
}

#topBar a {
	color:#fff;
	
}

#header .container, #footer .container{

}

.contactMenu {
	list-style:none!important;
}


.btn{
    border-radius: 10px;
    font-family: 'Slappy Inline',sans-serif;
    font-size: 15.2px;
    line-height: 1.5;
    padding: 0.6em 1.1em 0.425em;
    text-decoration: none;
    text-transform: uppercase;
}


/* For Payment Sense they override the button styling and there's no way to add our btn btn-primary class to it. Set styling here (the same as your .btn and .btn-primary class) - you will need to !important nearly all styling in .conntect-btn class */
.connect-btn, .connect-checkout-btn{
	background-color:  #f49f27!important;
	color:  #fff !important;
	width: ;
	height: ; 
}


.btn-primary{
	background: #f49f27;
	border-color: #f49f27;
	color: #fff;
}

.btn-primary:hover{
	background: #c98321;
	border-color: #c98321;
}

.btn-secondary {
	background:#175569;
	border-color:#175569;
	color: #fff !important;
}

.btn-secondary:hover {
	background:#0e333f;
	border-color:#0e333f;
}

.btn-outline-secondary {
	color:#000;
}

.input-group-quantity .form-control{
	max-width: 80px;
	border: 0px;
	-webkit-appearance: none;
	 -moz-appearance: textfield;
}

.input-group-quantity .btn{
	
}

.input-group-quantity .btn:hover{
	color: ;
}

#divMemberProducts .list-group label {
    font-family: kon-tiki-aloha-jf, Arial, sans-serifk;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family: 'Slappy Inline', sans-serif;
	font-style: normal;
	color:#6da665;
	font-weight:700;
	letter-spacing: -.1em;
}

h1, .h1{
	font-size: 3.25em;
}
h2, .h2{
	font-size: 1.6rem;
	line-height: ; 
}
h3, .h3{
	font-size: 1.5rem;
	line-height: ; 
}
h4, .h4{
	font-size: 1.4rem;
	line-height: ; 
}
h5, .h5{
	font-size: 1.2rem;
	line-height: ; 
}
h6, .h6{
	font-size: 1rem;
	line-height: ; 
}

@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	h1, .h1{ font-size: 2.2rem; }
	h2, .h2{ font-size: 1.8rem; }
	h3, .h3{ font-size: 1.6rem;}
	h4, .h4{ font-size: 1.4rem;}
	h5, .h5{ font-size: 1.2rem;}
	h6, .h6{ font-size: 1rem;}
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}
.breadcrumbWrap{
	display: none;
}
/**************************************************************
 *                          POP UP                            *
 **************************************************************/

#popupOverlay{
    z-index: 999;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}

.messagePopup.tcenter{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999999;
    background-color: #fff;
    padding: 15px 15px;
    align-items: center;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.social-menu i{
	color:#175569;
	font-size:20px;
}

.social-box {
	background-color:#fff;
	height:25px;
	width:25px;
	border-radius:6px;
}

.signIn {
	list-style:none!important;
}

@media(max-width:990px){
	#topBar {
		font-size:12.25px;
	}
}
@media(max-width:768px){
	/* .openTimes {
		line-height:0px;
		order:-1;
	}
	.phone {
		line-height:0px;
	}
	.team-item{
		line-height:21px;
	}
	.signIn {
		line-height:0px;
	}
	.socialTopBar {
		line-height:0px;
	}
	.quick-cart {
		line-height:0px;
	} */
}

.fa-phone {
	font-size: 16px;
    transform: rotate(19deg);
}

.fa-map-marker {
	font-size:16px;
}

.fa-phone {
	position:relative;
	top:4px;
}
.fa-map-marker {
	position:relative;
	top: 2px;
}

.logoHeader {
	height:139.67px;
	width:auto;
}

#header {
	background-color: #cee6ed;
    background-image: linear-gradient(180deg,#fff,#cee6ed)
}

.containerCustom {
	max-width:1280px;
}

@media(max-width:768px){
	.logoHeader {
		display:none;
	}
}

.navItem {
	font-size:15.2px;
}

.hBtn:after {
	content: ">";
    display: inline-block;
    font-size: 24px;
    height: 3px;
    line-height: 0;
    transform: rotate(90deg);
    width: 20px;
}

@media(max-width:768px){
	.hBtn {
		font-size:13.3px;
	}
}

.btn4:after{
	content:none!important;
}

.btn6:after{
	content:none!important;
}

.btn1 {
	background: #a6492e;
    border-color: #a6492e;
    transform: rotate(357deg);
}

.btn2{
	background: #f49f27;
    border-color: #f49f27;
    transform: rotate(2deg);
}

.btn3{
	background: #175569;
    border-color: #175569;
}

.btn4{
	background: #6da665;
    border-color: #6da665;
	transform: rotate(357deg);
}

.btn5{
	background: #cd6b6b;
    border-color: #cd6b6b;
	transform: rotate(2deg);
	color:#000;
}

.btn6 {
	background:#fdc600;
	border-color:#fdc600;
	color:#000;
	
}

.btn6:hover {
	background:#ca9e00;
	border-color:#ca9e00;
}

.btn5:hover{
	background: #c04545;
    border-color: #c04545;
	
}

.btn4:hover {
	background:#56894f;
	border-color:#56894f;
}

.btn3:hover{
	background: #0e333f;
    border-color: #0e333f;
}

.btn2:hover{
	background: #dd860b;
    border-color: #dd860b;
	
}


.btn1:hover {
	background-color: #7e3723;
	border-color: #7e3723;
}

#headerBanner {
	background-image:url(/assets/images/section-split-grass-final.svg);
	height:80px;
	position:relative;
	bottom: -20px;
	z-index:;
	stroke-dasharray: inherit;
    fill: #6da665;
}

.tractor {
	height: 65.47px;
    width: auto;
    position: relative;
    bottom: 20px;
}

@media(min-width:900px){
	.tractor{
		left:-117px;
	}
}

.moreGrass {
	background-color: #6da665;
    background-image: linear-gradient(180deg,#6da665 33.33%,#3e8c33);
	bottom: 6px;
	position:relative;
	height:95px;
}

.cow {
	height:180px;
}

.cowMove {
    bottom: 96px;
}

.dropDownContent {
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:10px;
	margin-top:10px;
	text-align:center;
	text-decoration:none!important;
	z-index:9999;
}

.drop1 {
	transform: rotate(358deg);
}

.drop1 a {
	color:#7e3723;
	font-family:'Slappy Inline', sans-serif;
}

.drop2 {
	transform: rotate(2deg);
    z-index: 9999;
}

.drop2 a {
	color:#f49f27;
	font-family:'Slappy Inline', sans-serif;
}

.drop3 {
	z-index:9999;
}

.drop3 a {
	color:#175569;
	font-family:'Slappy Inline', sans-serif;
}

.drop4{
	transform: rotate(2deg);
}


.drop4 a {
	color:#cd6b6b;
	font-family:'Slappy Inline'
}

@media(max-width:960px){
	.tractor {
		display:none;
	}
}

@media(max-width:960px){
	.cow {
		display:none;
	}
}

@media(max-width:942px){
	.moreGrass {
		bottom:-50px;
	}
}

#footer {
	position: relative;
    z-index: 3;
    display: block;
    padding-top: 1.5em;

    background-color: #175569;
    font-family: 'Slappy Inline', sans-serif;
    font-weight: 400;
    font-style: normal;
}


#footer:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: -29px;
    height: 60px;
    background: url(/assets/images/section-split.svg) center 0 repeat-x;
    fill: #6DA665!important;
}

.footer-heading {
	color:#fdc600;
	font-family:'Slappy Inline', sans-serif;
}

#footer .footer-item p {
    margin-bottom: 0;
    text-align: left;
    font-family: 'Slappy Inline';
	font-weight:400;
	font-size:16px;
	line-height:1.5;
}

#footer .footer-row {
    padding: 2.75em 1.5em 2.75em 1.5em;
}

#footer .container {
	max-width:1280px;
}

#footer p {
	color:#fff;
}

.footer-item span {
	color:#fff;
}

#footer a {
	color:#fff;
}

.footer-list-item {
	text-decoration:underline #fff;
}

.catItem .card-footer {
background-color:#f49f27;
color:#fff;
border-color:#fff;
text-align:center;
font-size:16px;
font-family:'Slappy Inline', sans-serif;
}

.card-footer{
	background: transparent;
	border-top: 0px;
}

.catText a {
	color:#6da665;
}

.form-control {
	height:50px;
}

.time-slot {
    display: block;
    font-weight: 400;
    text-align: center;
    background: #12afa7 /*#005ae6*/;
    color: #fff;
    font-size: 1.2em;
    padding: 10px;
    line-height: 30px;
    transition: all .5s ease;
    cursor: pointer;
    text-decoration: none;
}

.time-slot:hover {
    color: #fff;
    text-decoration: none;
    font-size: 1.4em;
    transition: all .5s ease;
}

.ll-skin-melon .ui-datepicker-prev span:before {
    content: "<";
    font-family: "Font Awesome 5 Free";
	background:#fff;
}

.ll-skin-melon .ui-datepicker-next span:before {
    content: ">";
    font-family: "Font Awesome 5 Free";
	background:#fff;
}

.ll-skin-melon td .ui-state-active {
    background: #f49f27 !important;
    color: #fff !important;
}

.ui-datepicker-title {
	color:#6DA665!important;
}

th {
	color:#6DA665;
}

@media(max-width:960px){
	.moreGrass {
		display:none;
	}
}

@media(max-width:960px){
	#headerBanner {
		transform:scalex(-1);
	}
}

@media(max-width:968px){
	.footer-heading {
		font-size:17.5px;
		letter-spacing:-1px;
	}
	
}

@media(max-width:968px){
	#footer p  {
		font-size:14px!important;
		letter-spacing: -1px;
	}
	#footer span {
		font-size:14px;
		letter-spacing: -1px;
	}
	#footer a {
		font-size:14px;
		letter-spacing: -1px;
	}

}

@media(max-width:968px){
	#footer .footer-row {
		padding-left:0px;
	}
}

.footerLinks {
	line-height: 20px;
}


@media(min-width:1200px){
	.cow{
		position:relative;
		right:150px;
	}
}

.connect-btn {
    width: 100% !important;
    margin: 0 !important;
}

.list-group-item.active {
	z-index: 2;
	color: #6da665; 
}