/*html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}*/

.text-small{
	font-size: 1rem;
}

.text-smaller{
	font-size: 0.8rem;
}


img{
	max-width:100%;
}
 
.hidden, .hide{
	display:none;
}

.video-container{
	max-width: 550px;
	width: 100%;
	display:inline-block;
}
.video-wrapper {
    margin: 0 auto 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed, .video-wrapper video {
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper-new {
   /* margin: 0 auto 20px;
    margin-top: 0px;
    margin-bottom: : 0px;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;*/
    height:100%;
    width:100%;
    position:relative;

}
.video-wrapper-new iframe, .video-wrapper-new object, .video-wrapper-new embed, .video-wrapper-new video {
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform:translate(-50%,0);
   /* width: 100%; */
    height: 100%;
}

.bg-alt{
	background: #f4f6f7;
}

a.overlay{
	position: absolute;
	top:0px;
	left:  0px;
	height:100%;
	width:100%;
}
/*  ----------------------------------------------------------	*/
/*  					Sticky Footer 	 						*/
/*  ----------------------------------------------------------	*/
html {
	min-height: 100%;
  }
  body {
	min-height: 100vh;
  }
/* html, body{
	min-height: 100%;
	height: 100%;
} */

#wrapper {
  	min-height: 100%;
  	margin-bottom: -370px; 
}

#wrapper:after {
	content: "";
	display: block;
}

#footer{
	margin-top:108px;
}

#footer, footer, #wrapper:after {
  /* height: 262px;  */
}

#wrapper:after {
	height: 370px
}

/* ---------------------------------------------------- */
/* 						Styling							*/
/* ---------------------------------------------------- */

.color-green {
	color: #3C9355;
}

a{
	color: #3152ce;
}

a:hover{
	color:#3152ce;
}


.error, .hasError{
	border: 1px solid #db2b25;
}

input.error, .hasError{
	border: 1px solid #db2b25;
}

.alert-info{
	background: #9BCF40;
	border-color: #9BCF40;
	color: #fff;
}

.alert-info a{
	color: #fff;
}

.btn{
	/* border-radius: 0px; */
	font-family: 'Chewy', cursive;
	/*font-family:  din-2014, sans-serif;
	border-width:2px;
	border-radius: 0px;
	text-transform: uppercase;
	cursor:pointer;
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 30px;
	padding: 0px 15px;*/
	cursor: pointer;
	padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.delBtn {
	cursor: pointer;
}

.btn:disabled, .btn.disabled {
	background-color: #707070;
	color: #fff;
	border-color: #707070;
}

.btn-sm{
	
}

.btn-lg{
	
}

/* 	Primary - Light blue
	Secondary - Dark blue 
 * */

/* Red */
.btn-primary{
	background: #96CA4D;
	border-color:  #96CA4D; 
}

.btn-primary:hover{
	background-color: #acdb6a;
	border-color:  #acdb6a;
	color:#fff !important;
}

.btn-primary.active {
	background-color: #F1C71A !important;
	border-color: #F1C71A !important;
}

/* Blue */
.btn-secondary,
.btn-red{
	background-color: #3c9355; /* #7B5412 */
	border-color:  #3c9355;
	color: #FFFFFF;
}

.btn-secondary:hover,
.btn-red:hover{
	background-color: #A97621;
	border-color:  #A97621;
	color:#FFFFFF;
}

.btn-outline-primary{
	color: #96CA4D;
	border-color:  #96CA4D;
	background-color: #fff;
}

.btn-outline-primary:hover{
	color:#fff;
	background: #96CA4D;
	border-color:  #96CA4D;
}

.btn-outline-secondary{
	color: #7B5412;
	border-color:  #7B5412;
	background-color: #fff;
}

.btn-outline-secondary:hover{
	color:#fff;
	background: #7B5412;
	border-color:  #7B5412;
}

/* Dark Grey */
.btn-dark{
	background-color: #000000;
	border-color:  #000000;
	color: #fff;
}

.btn-dark:hover{
	background-color: #333333;
	border-color:  #333333;
	color:#fff;
}

.btn-outline-dark{
	color:#333333;
	background: #fff;
	border-color:  #333333;
}
.btn-outline-dark:hover{
	color:#333333;
	background: #fff;
	border-color:  #333333;
}


/* Other */

.btn-white{
	background-color: #FFFFFF;
	border-color:  #3A5DAE;
	color: #3A5DAE;
}

.btn-number{
	background: #FFF;
	text-decoration: none;
	line-height: 20px;
	border: 1px solid #0054B8;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .6px;
	color: #0054B8;
	text-align: center;
	height: 60px;
	width: 60px;
	padding-top: 6px;
}

.btn-number.disabled{
	color: #dfe0e2;
	border: 1px solid #dfe0e2;
	pointer-events: none;
}

.form-control {
	height: unset;
}

.form-control:focus{
	border-color: #cccccc;
}

select.form-control{
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	padding-right: 25px;
	/* BLACK CHEVRON DOWN - DEFAULT */
	background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGV2cm9uLWRvd24iIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jaGV2cm9uLWRvd24gZmEtdy0xNCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0yMDcuMDI5IDM4MS40NzZMMTIuNjg2IDE4Ny4xMzJjLTkuMzczLTkuMzczLTkuMzczLTI0LjU2OSAwLTMzLjk0MWwyMi42NjctMjIuNjY3YzkuMzU3LTkuMzU3IDI0LjUyMi05LjM3NSAzMy45MDEtLjA0TDIyNCAyODQuNTA1bDE1NC43NDUtMTU0LjAyMWM5LjM3OS05LjMzNSAyNC41NDQtOS4zMTcgMzMuOTAxLjA0bDIyLjY2NyAyMi42NjdjOS4zNzMgOS4zNzMgOS4zNzMgMjQuNTY5IDAgMzMuOTQxTDI0MC45NzEgMzgxLjQ3NmMtOS4zNzMgOS4zNzItMjQuNTY5IDkuMzcyLTMzLjk0MiAweiI+PC9wYXRoPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right 5px top 50%;
}

#bookingBar select.form-control {
	/* WHITE CHEVRON DOWN - BOOKING BAR */
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB2aWV3Qm94PSIwIDAgNjQwIDY0MCIgd2lkdGg9IjY0MCIgaGVpZ2h0PSI2NDAiPjxkZWZzPjxwYXRoIGQ9Ik01NS44NiAyMzMuOTJDNDQuMTQgMjIyLjIgNDQuMTQgMjAzLjIgNTUuODYgMTkxLjQ5QzU4LjY5IDE4OC42NiA4MS4zNiAxNjUuOTkgODQuMTkgMTYzLjE2Qzk1Ljg5IDE1MS40NiAxMTQuODQgMTUxLjQ0IDEyNi41NyAxNjMuMTFDMTM5LjQ2IDE3NS45NCAyMDMuOTQgMjQwLjEyIDMyMCAzNTUuNjNDNDM2LjA2IDI0MC4xMiA1MDAuNTQgMTc1Ljk0IDUxMy40MyAxNjMuMTFDNTI1LjE2IDE1MS40NCA1NDQuMTEgMTUxLjQ2IDU1NS44MSAxNjMuMTZDNTU4LjY0IDE2NS45OSA1ODEuMzEgMTg4LjY2IDU4NC4xNCAxOTEuNDlDNTk1Ljg2IDIwMy4yMSA1OTUuODYgMjIyLjIgNTg0LjE0IDIzMy45MkM1NTkuODUgMjU4LjIxIDM2NS41MSA0NTIuNTUgMzQxLjIxIDQ3Ni44NUMzMjkuNSA0ODguNTYgMzEwLjUgNDg4LjU2IDI5OC43OSA0NzYuODVDMjUwLjIgNDI4LjI2IDgwLjE1IDI1OC4yMSA1NS44NiAyMzMuOTJaIiBpZD0iYXFtczZyY0k5Ij48L3BhdGg+PC9kZWZzPjxnPjxnPjxnPjx1c2UgeGxpbms6aHJlZj0iI2FxbXM2cmNJOSIgb3BhY2l0eT0iMSIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIj48L3VzZT48Zz48dXNlIHhsaW5rOmhyZWY9IiNhcW1zNnJjSTkiIG9wYWNpdHk9IjEiIGZpbGwtb3BhY2l0eT0iMCIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1vcGFjaXR5PSIwIj48L3VzZT48L2c+PC9nPjwvZz48L2c+PC9zdmc+");
	/* background-size: 15px;
	background-position: right 5px top 50%; */
}

.numberQtyWrap .form-control{
	margin: 0px 20px;
	width: calc(100% - 250px);
    height: 50px;
    padding: 10px;
}


.numberQtyWrap .form-control.extrasQty{
	margin: 0px 20px;
	width: calc(100% - 150px);
    height: auto;
}


/* ---------------------------------------------------- */
/* 						H Tags							*/
/* ---------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Chewy', cursive;
}

h1, .h1{
	font-size: 33px;
}

h1.product-heading {
	font-size: 23px;
}

h1.product-heading.on-banner {
	font-size: 31px;
}

h2, .h2{
	font-size: 27px;
}

h3, .h3{
	font-size: 23px;
}

h4, .h4{
	font-size: 19px;
}

h5, .h5{
	font-size: 16px;
}

h6, .h6{
	font-size: 14px;
}


@media (min-width: 768px) {
	h1, .h1{
		font-size: 39px;
	}

	h1.product-heading {
		font-size: 30px;
	}

	h1.product-heading.on-banner {
		font-size: 43px;
	}
	
	h2, .h2{
		font-size: 30px;
	}
	
	h3, .h3{
		font-size: 25px;
	}
	
	h4, .h4{
		font-size: 20px;
	}
	
	h5, .h5{
		font-size: 18px;
	}
	
	h6, .h6{
		font-size: 16px;
	}
}

@media (min-width: 1024px) {
	h1, .h1{
		font-size: 50px;
	}

	h1.product-heading {
		font-size: 37px;
	}

	h1.product-heading.on-banner {
		font-size: 55px;
	}
	
	h2, .h2{
		font-size: 40px;
	}
	
	h3, .h3{
		font-size: 35px;
	}
	
	h4, .h4{
		font-size: 25px;
	}
	
	h5, .h5{
		font-size: 25px;
	}
	
	h6, .h6{
		font-size: 21px;
	}
}
@media (min-width: 1440px) {
	h1, .h1{
	}
	
	h2, .h2{
		
	}
	
	h3, .h3{
	}
	
	h4, .h4{
		
	}
	
	h5, .h5{
		
	}
	
	h6, .h6{
		
	}
}

/*  ----------------------------------------------------------	*/
/*  						Banners 	  						*/
/*  ----------------------------------------------------------	*/
#slider{
	position: relative;
}
#slider .slide{
	background-size:cover;
	background-position: center center;
	height: 308px;
	overflow:hidden;
}

#slider .slide.video-wrapper{
	padding-bottom: 0px;
}

#slider .slide video{
	position:absolute;
	top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  overflow: hidden;
}

#slider .btn{
	color: #3152ce;
	background-color: #fff;
	font-weight: 600;
	height:auto;
	letter-spacing: .5px;
	min-width: 150px;
	line-height: 30px;
	font-size: 10px;
	padding: 0 15px;
	text-transform: uppercase;
}

.slide{
	position: relative;
}

.slide .slideOverlay{
	position: absolute;
	top:  0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.slide .slideOverlay .slideWrap{
	text-align:center;
	padding: 0 45px;
	width:100%;
}

.slick-arrow{
	cursor:pointer;
	position: absolute;
	top: 50%;
	left:15px;
	transform: translate(0%, -50%);
	z-index:1;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
}

.slick-prev.slick-arrow{

}
.slick-next.slick-arrow{
	left: auto;
	right:15px;
}


/*  ----------------------------------------------------------	*/
/*  						Categories 	  						*/
/*  ----------------------------------------------------------	*/
.catItem {
	background: #EDAF1A;
	border: none;
	border-radius: 25px;
}

.catItem.card{
	border-color: transparent;
	transition: .2s all ease-in-out;
}

.catItem.card:hover, .catItem.card.extraCard {
	border-color: #29C5EE;
	box-shadow: 3px 3px 31px -17px rgba(0,0,0,0.75);
}

.catItem .card-img-top {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.catItem.card .card-footer{
	border-color: transparent;
	background-color:transparent;
	color: #3a5dae;
}


.catItem .catDesc{
	font-size:90%;
	font-weight:300;
}
.catItem.card .card-footer .fa{
	font-size:12px;
}

.catItem .price-text {
	color: #1d54b7;
    font-weight: bold;
    font-size: 18px;
}

.catItem .price-text-span {
	color: #35c5ee;
	font-family: 'Carter One', cursive;
}

@media (max-width: 991px) {
	.catItem .price-text {
		font-size: 16px;
	} 
}

@media (max-width: 575px) {
	.catItem .price-text {
		font-size: 15px;
	} 
}


/*  ----------------------------------------------------------	*/
/*  						Categories 	  						*/
/*  ----------------------------------------------------------	*/
.prodItem {
	/* background: #EDAF1A; */
	/* background: #acdb6a; */
	/* background: #47AE4D; */
	background: #fff;
	color: #000;
	border: none;
	border-radius: 25px;
}

.prodItem .priceWrapper .amount {
	color: #47AE4D;
}

.bookNowBtn {
	background: #7B5412;
	border-radius: 0;
	border: none;
	position: relative;
}

.bookNowBtn::before, .bookNowBtn::after {
	transition: .15s all ease-in-out;
}

.bookNowBtn:hover {
	background: #F1C71A;
}

.bookNowBtn::before {
	content: "";
	background-image: url('/assets/images/background-assets/nav-left.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -4px;
	width: 4px;
	height: 100%;
}
.bookNowBtn::after {
	content: "";
	background-image: url('/assets/images/background-assets/nav-right.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -4px;
	height: 100%;
	width: 4px;
}

.bookNowBtn:hover::before {
	background-image: url('/assets/images/background-assets/nav-left-selected.png');
}
.bookNowBtn:hover::after {
	background-image: url('/assets/images/background-assets/nav-right-selected.png');
}

.prodItem.card{
	border-color: transparent;
	transition: .2s all ease-in-out;
}

.prodItem.card:hover, .prodItem.card.extraCard {
	border-color: #29C5EE;
	box-shadow: 3px 3px 31px -17px rgba(0,0,0,0.75);
}

.prodItem .card-img-top {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.prodItem.card .card-footer{
	border-color: transparent;
	background-color:transparent;
	/* color: #3a5dae; */
}


.prodItem .catDesc{
	font-size:90%;
	font-weight:300;
}
.prodItem.card .card-footer .fa{
	font-size:12px;
}

.prodItem .price-text {
	color: #1d54b7;
    font-weight: bold;
    font-size: 18px;
}

.prodItem .price-text-span {
	color: #35c5ee;
	font-family: 'Carter One', cursive;
}

@media (max-width: 991px) {
	.prodItem .price-text {
		font-size: 16px;
	} 
}

@media (max-width: 575px) {
	.prodItem .price-text {
		font-size: 15px;
	} 
}

/*  ----------------------------------------------------------	*/
/*  						Group products 	  						*/
/*  ----------------------------------------------------------	*/
.product-top {
	color: #FFF;
	background-color: #3C9355;
	text-align: center;
}

.productPageBanner {
	height: 0;
	overflow: hidden;
	/* padding-top: 56.25%; */
	padding-top: 40%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.productPageBanner-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(0,0,0,0.35);
}






/* breadcrumbs */
/* ------- generic styles --------- */
.breadcrumbWrap {
	display:none;
	background: #3C9355;
	color: #fff;
	text-align:center;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

.breadcrumbWrap ol {
	background: none;
	margin: 0;
}
.breadcrumbWrap .breadcrumb-item.active, .breadcrumb-item.active a {
	color: #fff;
	font-weight: bold;
}

.breadcrumbWrap .breadcrumb-item, .breadcrumb-item a {
	color: #fff;
}


/* ------- only standard breadcrumb (category/product/cms pages) --------- */
.breadcrumbWrap.standard .breadcrumb-item + .breadcrumb-item::before{
	color: #fff;
	font-weight: bold;
	opacity: .5;
}

/* ------- only custom breadcrumb (checkout/booking) --------- */
.breadcrumbWrap.custom .breadcrumb p{
	margin-bottom: 0px;
	display: none;
}

.breadcrumbWrap.custom .breadcrumb .active p{
	display:block;
}

.breadcrumbWrap.custom .breadcrumb-item + .breadcrumb-item::before{
	display:none;
}

.breadcrumbWrap.custom .breadcrumb-item{
	opacity: 0.6;
}

.breadcrumbWrap.custom .breadcrumb-item.active {
    color:  #fff;
	opacity: 1;
}

.breadcrumbWrap.custom .number{
	background: #7B5412;
	color: #fff;
	display:inline-block;
	height: 25px;
	width: 25px;
	text-align:center;
	line-height: 25px;
	border-radius: 50%;
	margin-bottom: 5px;
	margin-top:10px;
	margin-bottom:15px;
	font-weight:600;
	font-size:0.8rem;
}

.breadcrumbWrap.custom .breadcrumb-item.active .number{
	opacity: 1;
	height: 40px;
	width:40px;
	margin-top:0px;
	margin-bottom: 10px;
	line-height: 40px;
	font-size:1rem;
}

@media (min-width: 576px) {
	.breadcrumbWrap.custom .breadcrumb p{
		display: block;
		min-width:120px;
	}
}


.time-slot{
	display:block;
	font-weight: 400;
	text-align:center;
	background: #fff;
	color: #7B5412;
	border: 1px solid #7B5412;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	padding: 7px;
	line-height: 30px;
	transition: all .5s ease;
	backface-visibility: hidden;
	cursor:pointer;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.time-slot:hover{
	color: #fff;
	text-decoration: none;
	background: #7B5412;
}


.time-slot{
	display:flex;
	flex-direction:column;
	align-content: center;
	align-items: center;
}

.time-slot::after{
	width:;
	content: 'Good Availability';
	color: white;
	font-size:13px;
	position: relative;
	background-color:#000000;
	border-radius:6px;
	border: 2px solid #fff !important;
	line-height: 22px;
	box-shadow: 0px 0px 3px #00000014;
	padding: 0px 5px;
	margin-top:4px;
}

.timeslotAmber::after{
	width:70px !important;
	content: 'Last few';
	color: white;
	font-size:13px;
	display: inline-block;
	position: relative;
	background-color:rgb(232,138,50);
	border-radius:6px;
	border: 2px solid white !important;
	line-height: 22px;
	box-shadow: 0px 0px 3px #00000014;
}

.timeslotRed::after{
	color: white;
	width:70px !important;
	content: 'Limited';
	font-size:13px;
	display: inline-block;
	position: relative;
	background-color:red;
	border-radius:6px;
	border: 2px solid white !important;
	line-height: 22px;
	box-shadow: 0px 0px 3px #00000014;
}

/*

.time-slot.sold-out {
    background: #adadad !important;
    color: #fff !important;
    cursor: default !important;
    border: 1px solid #adadad !important;
    text-decoration: line-through !important;
    font-size: 85% !important;
	pointer-events: none !important;
}
.time-slot.sold-out > * {
    line-height: normal !important;
}

.time-slot.saver{
	background: ;
}
.time-slot.peak-plus, .pricingType_Peak_Plus{
	background: #f7d42e; 
	color: #222d5b;
}

.time-slot.peak-plus-party, .pricingType_Peak_Plus_Party{
	background: #97cc04;
    color: #fff;
}
.time-slot.peak, .pricingType_Peak{
	background: #f7d42e;
	color: #222d5b;
}

*/

.form-control.form-field-ok {
	box-shadow: 0 0 0 0.1rem rgba(8, 255, 0, 0.15) !important;
	/* background: rgba(0, 255, 0, 0.06); */
}

.form-control.form-field-wrong {
	box-shadow: 0 0 0 0.3rem rgba(255, 55, 0, 0.45) !important;
	/* background: rgba(255, 0, 0, 0.06); */
}

.form-control.form-field-ok:focus {
    box-shadow: 0 0 0 0.2rem rgba(8, 255, 0, 0.25) !important;
    /* border: 1px solid rgb(104, 255, 99); */
}

.form-control.form-field-wrong:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 55, 0, 0.25) !important;
    /* border: 1px solid rgb(255, 125, 89); */
}

.nav-tabs .nav-link.active {
	background-color: #1faee4;
	color: #fff;
}

/* The switch - the box around the slider */
.toggleSwitch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.toggleSwitch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.toggleSlider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.toggleSlider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .toggleSlider {
	background-color: #1faee4;
}

input:focus + .toggleSlider {
	box-shadow: 0 0 1px #1faee4;
}

input:checked + .toggleSlider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.toggleSlider.round {
	border-radius: 34px;
}

.toggleSlider.round:before {
	border-radius: 50%;
}

/* OWL CAROUSEL */
.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-left: 1rem;
	padding-right: 1rem;
}

.owl-thumb-item {
    padding: 0;
    background-color: transparent;
	border: 1px solid transparent;
	min-width: 80px;
    max-width: 130px;
}

.owl-thumb-item.active {
    border: 1px solid rgb(184, 184, 184);
}

/* TABLES */
thead {
	font-family: 'Carter One', cursive !important;
}

tbody {
	font-family: europa, sans-serif !important;
}

/* accordions (opening hours) */

.accordion .card-header {
	background-color: #fff;
}

.accordion .btn {
	text-decoration: none;
	color: rgb(0, 84, 184);
}

.accordion .btn[aria-expanded="true"] {
	background-color: rgba(0, 84, 184, .8);
	color: #fff;
}

.accordion .btn[aria-expanded="true"]:hover {
	background-color: rgb(0, 84, 184);
}

.accordion .btn[aria-expanded="false"]:hover {
	background-color: #eee;
}

.accordion .btn svg {
	width: 15px;
	transition: .15s transform ease-in-out;
}

.accordion .btn[aria-expanded="true"] svg {
	transform: rotate(90deg);
}


/*  ----------------------------------------------------------	*/
/*  					Booking Bar 	  						*/
/*  ----------------------------------------------------------	*/
#bookingBar{
	position: fixed;
	bottom: -100%;
	left:0px;
	width:100%;
	padding: 0px 15px;
	background: #1faee4;
	color: #FFF;
	height: 100%;
	overflow:hidden;
	width: 100%;
	z-index: 999;
	transition:all .8s ease 0s;
}

#bookingBar.show{
	bottom: 0px;
	transition: all .8s ease 0s;
}

#showBookingBarButton{
	position: fixed;
	bottom: -56px;
	left:0px;
	width:100%;
	padding: 15px;
	background: #1faee4;
	color: #FFF;
	width: 100%;
	z-index: 998;
	cursor:pointer;
	border-radius: 0px;
	transition:all 1s ease 0s;
}

#showBookingBarButton.slideUp{
	bottom: 0px;
}

#bookingBar .btn-primary{
	background: #fff !important;
	color: #222D5B !important;
	border-color: #fff;
	
}

#bookingBar .btn{
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

#bookingBar .closeBookingBar{
	margin-right: -15px;
	padding: 20px 25px;
	padding-right:30px;
	display:inline-block;
	font-size:1.2rem;
	
}

@media (min-width: 768px) {
	#bookingBar{
		
	}
	
	#bookingBar h6{
		margin-bottom: -5px;
	}
	
	#bookingBar.slideUp{
		bottom: 0%;
		height: auto;
	}
	
	.h-md-auto{
		height: auto !important;
	}
	
	#bookingBar .btn{
		padding: .375rem .75rem;
		font-size: 1rem;
		line-height: 1.5
	}
	
	.h-md-100{
		height:100%;
	}
	
}

#bookingBar select.form-control{
	background-color: #1faee4;
	border-color:#1faee4;
	padding-left: 0px;
	border-bottom: 2px solid #FFF;
	color: #FFF;
	font-weight: 700;
	border-radius: 0px;
	background-size: 30px;
	background-position: right 2px top 50%;
	
}

#bookingBar select.form-control option{
	background: #333;
	color: #fff;
}


#bookingBar select.form-control option:focus, #bookingBar select.form-control option:active, #bookingBar select.form-control option:checked{
	color: #1faee4;
	background-color: #fff;
}
#bookingBar h6{
	font-weight:400;
	font-size:14px;
	margin-left:4px;
}
/* not sure why this was put in but was breaking mobile nav! */
/* .collapse, .collapse:not(.show), .collapse-md-none{ */
	/* display:block !important; */
/* } */

@media(min-width: 768px){
	#navbarMyAccount.collapse-md-none {
		display: block !important;
	}
}

#divGroupedProducts .list-group-item{
    background: transparent;
    border: none;
}

.btn .fas{
    color: #fff;
    font-size: 55%;
}


.checkout-summary-card form{
	position: relative;
}