@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

:root{
	--primaryBlue: rgb(11,118,195);
	--primaryPink: #dc1462;
	--primaryPurple: rgb(136,0,243);	
	--secondary: #dc1462;
	--primary: rgb(136,0,243);
}

body{
	overflow-x:hidden;
	font-weight: 400;
	font-style: normal;
	overflow-x:hidden;
	font-size:1rem;
	font-family: 'Varela Round', sans-serif;
	color: rgb(255, 255, 255);
}

img{
	max-width:100%;
}

.checkout-wrap, .basketItems {
	color: var(--primaryPink) !important;
}

.text-muted{
	color: white !important;
}

.basketItems  h2{
	color:white;
}

.basketItems ul{
	border-radius: 10px !important;
}
.list-group-flush .list-group-item {
    border-right: 10px;
    border-left: 10px;
    border-radius: 10px;
}

.container{
	max-width: 1200px;
}

a{
	text-decoration:none !important;
	color: var(--primaryPurple);
	font-weight: bold;
	transition: all 0.2s linear;
}

a:hover{
	/* transform: scale(1.1) !important; */
	color: var(--primaryPurple);
    text-shadow: 1px 1px 4px #0006;
}

/* Stop bootstrap adding padding right to the body */
body.modal-open{
	padding-right: 0px !important;
}

.form-control{
	height: auto;
}

/*  ----------------------------------------------------------	*/
/*  					Navbar       	 						*/
/*  ----------------------------------------------------------	*/
#header {
	background:var(--primaryPink);
	box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.158);
}

.top_nav{
	background-color: var(--primaryBlue);	
	font-size: 20px;
}

.top_nav p {
	color: rgba(255,255,255,0.9);
	font-size: 20px;
	font-style: italic;
}

.nav_border{
	border-top: 5px solid white;
	border-bottom: 5px solid white;
}

.nav-link{
	color:rgba(255,255,255,0.9) !important;
	text-transform: uppercase;
}

.location_setter{
	color: rgba(255,255,255,0.9);
}
/*  ----------------------------------------------------------	*/
/*  					Sticky Footer 	 						*/
/*  ----------------------------------------------------------	*/
html, body{
	height: 100% !important;
}

#bottomFooter{
	background-color: var(--primaryBlue);
	border-top: 5px solid white;
}

#wrapper.stickyFooter{
	display:flex;
	flex-direction: column;
	min-height: 100% !important;
	background-image: url("/assets/images/bg-red-leafs.png");
}

#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 	 					*/
/*  ----------------------------------------------------------	*/
.btn, .time-slot{
	font-weight: 700;
	line-height:100%;
	border-radius: 0px;
	padding-top:10px;
	padding-bottom:10px;
	position: relative;
	overflow:hidden;
    cursor: pointer;
	border:2px solid white !important;
	border-radius: 10px;
}

.btn-primary{
	background-color:rgb(136,0,243);
}

.close{
	height: auto;
	width: auto;
}
.input-group-quantity .form-control{
	max-width: 80px;
	border: 0px;
	-webkit-appearance: none;
	 -moz-appearance: textfield;
}


h4{
	text-shadow: 1px 1px 4px #00000082;
	color: white !important;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family: ;
	font-style: ;
}

h1, .h1{ font-size: 2.0rem; }
h2, .h2{ font-size: 1.6rem; }
h3, .h3{ font-size: 1.5rem;}
h4, .h4{ font-size: 1.4rem;}
h5, .h5{ font-size: 1.2rem;}
h6, .h6{ font-size: 1rem;}

@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;
}

/*  ----------------------------------------------------------	*/
/*  						 Other 	 							*/
/*  ----------------------------------------------------------	*/

#content h1{
	text-shadow: 1px 1px 4px #0006;
	color: white;
}

.catItem{
	border: 1px solid white;
	/* width: 300px; */
	border-radius:10px;
	padding:10px 10px;
	transition: all 0.3s linear;
	color: rgb(11,118,195);
	position: relative;
}


.catItem:hover{
	
}



.prodItem{
	border: 2px solid #dc1462;
	color: #dc1462;
	box-shadow: 0px 0px 10px 3px #00000069;
	transition: all 0.3s linear;
}

.prodItem:hover{
	box-shadow: 0px 0px 5px 1px #00000069;
}


#aylesbury{
	background-image: url("/assets/images/bg-orange-leafs.png");
}

#northampton{
	background-image: url("/assets/images/bg-green-leafs.png");
}


/*  ----------------------------------------------------------	*/
/*  						 CARD STYLING 	 	     			*/
/*  ----------------------------------------------------------	*/

.card{
	background: rgba(255, 255, 255, 0.226);
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 1.5px );
	-webkit-backdrop-filter: blur( 1.5px );
	border-radius: 10px;
	border: 2px solid rgba( 255, 255, 255, 0.18 );
}

.card-body{
	/* background: #dc1462cc; */
	color: white;
}

.list-group {
	color: #000;
}

.card-footer{
	background-color: #dc146180;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	color: white;

}
.alert{
	text-shadow: none !important;
}

.checkout-wrap .text-danger{
	color: #8800f3 !important;
	font-size: 2rem;
	line-height:0px;
	display:inline-block;
	
}

/*  ----------------------------------------------------------	*/


/*  ----------------------------------------------------------	*/
/*  						 Modal       	 	     			*/
/*  ----------------------------------------------------------	*/

.modal-content{
	background: rgba(255, 255, 255, 0.226);
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 1.5px );
	-webkit-backdrop-filter: blur( 1.5px );
	border-radius: 10px;
	border: 2px solid rgba( 255, 255, 255, 0.18 );
}
.modal-body{
	background: var(--primaryPink);
}




.basket{
	background-color: #ffffffd9;
	border: rgba(255, 255, 255, 0.712) solid 1px !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.411);
	color: var(--primaryPink);
}

.main_page_title{
		color: white;
		text-shadow: 1px 1px 4px #0006;
}

/*
.ui-datepicker{
	background-color: rgba(255, 255, 255, 0.15) !important;
	padding: 5px !important;
	border: rgba(255, 255, 255, 0.712) solid 1px !important;
}

.ui-datepicker-month, .ui-datepicker-year {
	color: #fff;
}

.ll-skin-melon .ui-datepicker-next span:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
	background-image: none;
}
.ll-skin-melon .ui-datepicker-prev span:before {
	background-image: none;
}

.ll-skin-melon .ui-datepicker-prev span:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
}

.ll-skin-melon .ui-datepicker-prev span:before, .ll-skin-melon .ui-datepicker-next span:before {
    position: relative;
    font-weight: 900;
    color: #fff;
}
.ll-skin-melon td .ui-state-active {
    background: var(--primaryPurple) !important;
    color: #fff !important;
}
.ll-skin-melon td .ui-state-default {
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 1.5px );
	-webkit-backdrop-filter: blur( 1.5px );
	border-radius: 10px;
	border: 2px solid rgba( 255, 255, 255, 0.18 ) !important;
}

.ll-skin-melon td .ui-state-default:hover {
	border: 2px solid rgb(136,0,243) !important;
}


.ll-skin-melon .ui-state-disabled{
	background: rgba(255, 255, 255, 0.226) !important;
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 1.5px );
	-webkit-backdrop-filter: blur( 1.5px );
	border: 2px solid rgba( 255, 255, 255, 0.18 );
}

*/


.mdi{
	font-size: 24px;
}

.addForAll{
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	transition:all 0.2s linear;
	position: absolute;
	bottom: 0;
}

.addAllActive{
	opacity: 0.6;
	animation: addForAll 0.3s linear;
}

@keyframes addForAll{
	from {
		opacity: 0;
	}
	to {
		opacity: 0.6;
	}
}



.addAllActive:hover{
	opacity: 1;
}

.catImage{
	background-size: cover;
	width: 100%;
	/* height: 200px; */
	background-repeat: no-repeat;
	background-position: top;
}
.locationImage{
	height: 200px;
	width: 300px;
}

.summaryCard{
	background-color: var(--primaryPink);
	max-width: 1000px;
}	

.catText{
	text-align: center;
	padding-top:20px;
}

.removeItem{
	cursor: pointer;
}

.field-container{
	background-color: #ffffffd9 !important;
	color: var(--primaryPink);
}

/* @media (max-width: 850px){
	.addMax{
		width: 100%;
		margin-top: .5rem;
	}
} */


/*  ----------------------------------------------------------	*/
/*  						User Acc      	 	     			*/
/*  ----------------------------------------------------------	*/

#navbarMyAccount{
	 background: #ffffffd9 !important;
	/*box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 1.5px );
	-webkit-backdrop-filter: blur( 1.5px );
	border-radius: 10px;
	border: 2px solid rgba( 255, 255, 255, 0.18 );
	text-shadow: 1px 1px 4px #0006; */
}
.list-group-item-action{

}

.list-group-item.active{
	background-color: var(--primaryPurple) !important;
}

.list-group-item-action:hover{
	color: var(--primaryPurple) !important;
}


.bg-light{
	background-color: transparent !important;
}

/*  ----------------------------------------------------------	*/
/*  						 F & B          	 	        	*/
/*  ----------------------------------------------------------	*/ 

.food-and-beverage-container{
	color: var(--primaryPink) !important;
}

#navbarFoodMenu2 .nav-link{
	color: var(--primaryPink) !important;
}

#navbarFoodMenu2 div {
	color: var(--primaryPink) !important;
}
.productItem{
	color: var(--primaryPink) !important;
}

.food-and-beverage-container h1 {
	color: var(--primaryPink) !important;
}

.food-and-beverage-container .breadcrumb-item a{
	color: var(--primaryPink) !important;
}

#foodModal .modal-body{
	background: white !important;
	color: var(--primaryPink) !important;
}

#foodModal #selectedProductAllergens{
	/* background: white !important; */
	background: var(--primaryPink);
	box-shadow: 0 8px 20px 0 rgba(31, 38, 135, 0.09);
	backdrop-filter: blur( 1.5px );
	-webkit-backdrop-filter: blur( 1.5px );
	border-radius: 5px;
	border: 2px solid rgba( 255, 255, 255, 0.18 );
	text-shadow: 1px 1px 4px #0006;
}


/*  ----------------------------------------------------------	*/
/*  						 Checkout fields        	 		*/
/*  ----------------------------------------------------------	*/

.checkout-wrap{
	color: #000;
}

.checkout-wrap h2{
	color: #fff;
}

.checkout-wrap .info-text{
	color: #fff;
}

.checkout-wrap .red{
	color: #dc3545;
}

.ll-skin-melon .ui-datepicker th{
	color: #fff;
}

/*******************************************************
*						MEMBERSHIPS					   *
********************************************************/

#divMembershipReview .list-group-flush .list-group-item{
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	background-color: transparent;
}



/*******************************************************
*						TIMESLOTS					   *
********************************************************/
/*
.time-slot{
	position: relative;
}

.timeslotGreen::after{
	display: block;
	content: "Spaces Available";
	width: 100%;
	padding: 4px 2px;
	color: green;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	left: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #ade1ad;
	font-weight: 500;
}

.timeslotAmber::after{
	display: block;
	content: "Mid Availability";
	width: 100%;
	padding: 4px 2px;
	color: #bbbb0c;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	left: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #ffffd5;
	font-weight: 500;
}

.timeslotRed::after{
	display: block;
	content: "Low Availability";
	width: 100%;
	padding: 4px 2px;
	color: #d50000;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	left: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #fbb8b8;
	font-weight: 500;
}


#timepicker div {
	padding-top:15px;
}*/



.ll-skin-melon .ui-datepicker-prev:before, .ll-skin-melon .ui-datepicker-next:before{
	filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(55deg) brightness(109%) contrast(101%);
}

.ll-skin-melon .ui-datepicker td{
	background: white;
  color: black;
}