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: 15px;
	font-family: 'assistant', 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;
	}
}

img {
	max-width: 100%;
}

a {}

.card-footer a {
	color: #001D2DBF;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.card a {
	color: #001D2DBF;
	text-decoration: underline;
	text-underline-offset: 3px;
}

a:hover {
	color: #001d2d;
}

.container {
	max-width: 1200px;
}

#categoryContainer .container{
	max-width: 1600px;
}

.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;
	min-height: 100% !important;
}

#wrapper.stickyFooter #footer {
	margin-top: auto;
	letter-spacing: 0.5px;
}

#navbarMyAccount .list-group-item {

	background: none;
}

.list-group-item.active {
	border-radius: 0px;
	background-color: #001D2D;
	color: #f3f3f3;
}

@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 	 					*/
/*  ----------------------------------------------------------	*/

#header {
	background-color: rgb(0, 29, 45);
}

@media(min-width:990px) {
	.nav-link .dropdown-item {
		font-size: 14px !important;
	}
}

#header a {
	color: rgb(255, 255, 255, 75%);
	font-family: "Assistant", sans-serif;
	font-size: 13px;
	line-height: calc(1 + 0.3 / 1);
	letter-spacing: 0.6px;
	font-weight: 700;
}

#header .nav-link {
	font-weight: 300;
	font-size: 14px;
}

#header .nav-link:hover {
	color: #fff;
}

#header .nav-item {
	font-weight: 300;
}

#header .dropdown-menu {
	background-color: rgb(0, 29, 45);
}

.dropdown-item:hover {
	background-color: inherit !important;
}

.dropdown-menu {
	width: 200px;
	border: 1px solid grey !important;
	border-radius: 0px;
}

.subMenu1,
.subMenu2,
.subMenu3,
.subMenu4,
.subMenu5 {
	border: none !important;
	width: 198px;
	background-color: #082434 !important;
}

#footer {
	background-color: #f3f3f3 !important;
	font-family: "Assistant", sans-serif;
	color: #001d2db3;
}

#footer a {
	color: #001d2db3;
}

#footer h5 {
	color: #001d2d;
	font-size: 18px;
	font-weight: 700;
}

.dropdown-item {
	font-weight: 300 !important;
	text-decoration: none;
}

.dropdown-item:hover {
	color: #fff !important;
}

.topBarYellow {
	background-color: #f6ca4e;
	min-width: 36.89px;
	color: #fff;
	padding: 10px 20px;
	font-size: 13.25px;
	letter-spacing: 0.9px;
}

.topBarYellow:hover {
	background-color: #F7CD58;
}

.containerCustom {
	max-width: 1605px !important;
}

.topBarYellow a {
	color: #fff !important;

	font-size: 14px;
	line-height: calc(1 + 0.3 / 1);
}

.topBarYellow svg {
	height: 9px;
}

.icon-cart-empty {
	height: 44px;
}

.mdi-account-circle-outline {
	font-size: 23px;
}

.dropdown-toggle {
	color: rgb(255, 255, 255, 75%);
}

.nav-link:hover {
	text-decoration: underline !important;
	text-underline-offset: 3px;

}

.togglerSpan {
	display: block;
	background-color: #FFFFFBDF;
	height: 1px;
	width: 18px;
	margin-top: 7px;
	margin-bottom: 7px;
	position: relative;
	left: 0;
	opacity: 1;
	transition: all 0.35s ease-out;
	transform-origin: center left;
	box-shadow: inset;
}


.btn {
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	font-size: 14px;
	padding: 15px 10px;
	text-decoration: none !important;
	border-radius: 0;
	/* box-shadow: 0 0 0 0.1rem rgba(0, 29,45, 1); */
	font-weight: 300;
	transition: box-shadow 0.1 ease;
	-webkit-appearance: none;
	appearance: none;
	letter-spacing: .1rem;
	line-height: calc(1 + .2 / 1);
	text-transform: capitalize;

}

@media (min-width: 768px) {
	.btn {
		padding: 15px;
	}
	
}

/* 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: #001D2D !important;
	border-radius: 0px !important;
	color: #fff !important;
	width: ;
	height: ;
	line-height: calc(1 + .2 / 1) !important;
	font-weight: 300 !important;
	letter-spacing: .1rem;
}


.btn-primary {
	font-size: 14px;
	border: 0.1rem solid transparent;
	background-color: #001D2D;
	/* box-shadow: 0 0 0 0.1rem rgba(0, 29,45, 1); */
	font-weight: 300;
	transition: box-shadow 0.1 ease;
	-webkit-appearance: none;
	appearance: none;
	letter-spacing: .1rem;
	line-height: calc(1 + .2 / 1);
	color: #fff !important;

}

.btn-primary:hover {
	box-shadow: 0 0 0 0.2rem rgba(0, 29, 45, 1);
	background-color: #001D2D;
	border: 0.1rem solid transparent;
	line-height: calc(1 + .2 / 1);
}

.btn.disabled:hover {
	box-shadow: none !important;
	cursor: default !important;
}

.btn.comingSoonBtn {
	opacity: 1;
	background-color: #001D2D99;

}

.btn.comingSoonBtn:hover {
	box-shadow: none !important;
	cursor: default !important;
}


.comingSoonBtn {
	position: relative;
}

.comingSoonBtn .overlayText {
	transform: translate(-50%, -50%) rotate(-15deg);
	white-space: nowrap;
	font-size: 100%;
	padding: 5px 10px;
	font-weight: 700;
	letter-spacing: 0;
	background-color: #f6ca4e;
	border-color: #f6ca4e;
	position: absolute;
	top: 50%;
	left: 50%;
	text-shadow: 1px 1px 1px #00000090;
	box-shadow: 1px 1px 1px #000
}

.btn-secondary {
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	font-size: 14px;
	padding: 15px;
	text-decoration: none;
	border: 0.1rem solid transparent;
	border-radius: 0;
	background-color: #001D2D;
	/* box-shadow: 0 0 0 0.1rem rgba(0, 29,45, 1); */
	font-weight: 300;
	transition: box-shadow 0.1 ease;
	-webkit-appearance: none;
	appearance: none;
	letter-spacing: .1rem;
	line-height: calc(1 + .2 / 1);
	color: #fff !important;
}

/* AT - 4/1/24 REALLY hacky way of hiding the close button in all modals. I didn't want to do this, but Catriona asked to give this a go. If it causes issues with hiding buttons you still want to show, remove this and they just have to have the close buttons showing. */
.modal .btn-secondary{
	display:none;
}

#modalVoucherAddedToBasket.modal  .btn-secondary{
	display:inline-block;
}

.modal-footer > :not(:first-child){
	margin-left: auto;
}

#promoWrap .btn-success {
	background-color: #f6ca4e;
	border-color: #f6ca4e !important;
	font-weight: 400;
	border-radius: 0px;
}

.btn-outline-primary {
	color: #001D2D;
	border-color: #001D2D;
	font-weight: 500;
	border-radius: 0px;
}

.btn-outline-primary:hover {
	color: #fff;
	border-color: #001D2D;
	background-color: #001D2D;
}

.btn-outline-secondary {
	border-radius: 0px !important;
	height: 48px !important;
	color: #000;
}

.btn-secondary:hover {
	box-shadow: 0 0 0 0.2rem rgba(0, 29, 45, 1);
	background-color: #001D2D;
	border: 0.1rem solid transparent;
}

.card-footer {
	background-color: #f3f3f3 !important;
}

.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-style: normal;
	font-family: 'assistant', sans-serif;
	font-weight: 700;
}

h1,
.h1 {
	font-size: 1.8rem;
}

h2,
.h2 {
	font-size: 1.5rem;
}

h3,
.h3 {
	font-size: 1.3rem;
}

h4,
.h4 {
	font-size: 1.1rem;
}

h5,
.h5 {
	font-size: 1rem;
}

h6,
.h6 {
	font-size: 0.8rem;
}

@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;
}

#footer .underLine {
	text-decoration: underline;
	text-decoration-color: #001d2d;
	text-underline-offset: 3px;
	font-size: 16px;
}

#footer .underLine:hover {
	text-decoration-thickness: 2px;

}

.fieldButton {
	align-items: center;
	background-color: transparent;
	border: 0;
	color: currentColor;
	cursor: pointer;
	display: flex;
	height: 2.4rem;
	justify-content: center;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 4.4rem;
}

.newsletterButton {
	margin: 0;
	display: flex;
	left: 34vh;
	padding-top: 0.75rem;
}

.field {
	position: relative;
}

.newsletterButton .icon {
	width: 1rem;
}

.fieldButton>svg {
	height: 2.5rem;
	width: 2.5rem;
}

.fieldLabel {
	font-size: 1.6rem;
	left: 1.5rem;
	top: 1rem;
	margin-bottom: 0;
	pointer-events: none;
	position: absolute;
	letter-spacing: 0.1rem;
	line-height: 1.5;
}

.form-control {
	border-radius: 0px !important;
	height: 48px;
}

.footerForm .form-control {
	width: 100%;
	border-radius: 0px;
	border: 1px solid #001d2db3;
	background-color: #f3f3f3 !important;
	color: #001d2db3;
	max-width: 357px;
	padding: 1.5rem;
	padding-left: 0.9rem;

}

.footerForm .form-control:hover {
	box-shadow: 0 0 0 0.1rem rgba(0, 29, 45, .55);
}

#footer .nav-link {
	font-size: 14px;
	color: #001d2dbf;
	padding-bottom: 5px;
	font-weight: 300;
}

#footer .nav-link:hover {
	text-decoration-color: black;
	text-underline-offset: 3px;
}

.social-icons svg {
	height: 25px;
	width: auto !important;
}


.social-icons .navbar-nav {
	position: absolute;
	right: 0;
	bottom: 0;
}

.social-icons svg {
	height: 18.49px;
	width: auto;
}

.social-icons .icon-youtube {
	height: 12.49px;
	width: auto;
}

#bottomFooter {
	border-top: solid 0.1rem rgba(0, 29, 45, .08);
	padding-top: 2rem !important;

}

.ui-datepicker-calendar th {
	color: rgb(0, 29, 45) !important;

}

.ll-skin-melon td .ui-state-active {
	background: rgb(0, 29, 45) !important;
	color: #fff;
}

.time-slot {
	background-color: #f6ca4e;
}

#emailRegister .btn-primary {
	height: 48px;
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #001D2D;
	;
	border-color: #001D2D;
}

.list-group-item.active {
	z-index: 2;
	color: #000;
	text-decoration: underline;
	font-weight: 300;
	border: 1px solid rgba(0, 0, 0, .125);
	background-color: #001D2D !important;
	color: #f3f3f3;
}


@media(max-width:768px) {
	.social-icons .navbar-nav {
		position: relative;
		right: 0;
		bottom: 9px;
	}
}

@media(max-width:990px) {
	.small-caret {
		fill: rgb(255, 255, 255, 75%);
		height: 0.6rem;
		position: relative !important;


	}
}

.small-caret {
	height: 10px !important;
}

.dropdown-toggle::after {
	content: none !important;

}

.icon-caret {
	fill: rgb(255, 255, 255, 75%);
	height: 0.6rem;
	position: absolute;
	right: 0;
	height: 6px;
	margin-bottom: 2px;

}

.navbar-toggler-icon {
	color: #fff;
}

@media(max-width:990px) {
	.navbar-collapse:not(#navbarMyAccount) {
		display: none;
	}
}

.wrapperMobile {
	position: absolute;
	background-color: #001D2D;
	z-index: 999;
	margin-left: -334px;
	min-width: 334px;
	min-height: 83vh;
	transition: all 0.3s ease;
	overflow-x: hidden;
}


.showMobileMenu {
	margin-left: 0px;
	transition: all 0.3s ease;
	overflow-y: hidden;
}

.sidebarMenu .nav-link {
	font-size: 18px !important;
	padding-top: 15px;
	padding-bottom: 9px;
	color: #fff !important;
}

.sidebarSocials {
	min-width: 334px;
	min-height: 106px;
	background-color: #082434 !important;
	height: 17vh;
	bottom: 0;
	position: absolute;
}

@media(max-width:990px) {
	.sidebarSocials .social-icons {
		position: absolute;
		left: 0;
		color: #fff !important;
	}
}

.sidebarMenu .dropdown-menu {
	margin-left: 624px;
}

.sideMenuSub {
	position: absolute;
	margin-left: 0px;
	min-width: 334px;
	transition: all 0.3s ease;
	z-index: 9999;
	top: 0px;
	background-color: #001D2D !important;
	height: 100%;
}

 
.sidebarMenu .dropdown-item{
	font-size: 18px !important;

}
.sideMenuSub.d-none{
	margin-left: 420px;
	transition: all 0.3s ease;
}


.sideMenuSub1 {
	position: absolute;
	margin-left: 420px;
	min-width: 334px;
	transition: all 0.3s ease;
	z-index: 9999;
	top: -84px;
	background-color: #001D2D !important;
}

.sideMenuSub2 {
	position: absolute;
	margin-left: 420px;
	min-width: 334px;
	transition: all 0.3s ease;
	z-index: 9999;
	top: -132px;
	background-color: #001D2D !important;
}


.sideMenuSub3 {
	position: absolute;
	margin-left: 420px;
	min-width: 334px;
	transition: all 0.3s ease;
	z-index: 9999;
	top: -1px;
	background-color: #001D2D !important;
}

.sideMenuSub4 {
	position: absolute;
	margin-left: 420px;
	min-width: 334px;
	transition: all 0.3s ease;
	z-index: 9999;
	top: -1px;
	background-color: #001D2D !important;
}

.sideMenuSub5 {
	position: absolute;
	margin-left: 420px;
	min-width: 334px;
	transition: all 0.3s ease;
	z-index: 9999;
	top: -1px;
	background-color: #001D2D !important;
}

.sideMenuSub6 {
	position: absolute;
	margin-left: 420px;
	min-width: 334px;
	transition: all 0.3s ease;
	z-index: 9999;
	top: -1px;
	background-color: #001D2D !important;
}

.sideMenuSub7 {
	position: absolute;
	margin-left: 420px;
	min-width: 334px;
	transition: all 0.3s ease;
	z-index: 9999;
	top: -1px;
	background-color: #001D2D !important;
}

.sideMenuSub13 {
	position: absolute;
	margin-left: 420px;
	min-width: 334px;
	transition: all 0.3s ease;
	z-index: 9999;
	top: -180px;
	background-color: #001D2D !important;
}


.showSubMenu {
	margin-left: 0px;
	transition: all 0.3s ease;
	top: -87px;
	min-height: 525px;
	min-width: 334px;
}

.showSubMenu3 {
	margin-left: 0px;
	transition: all 0.3s ease;
	min-height: 525px;
	min-width: 334px;
}

.showSubMenu4 {
	margin-left: 0px;
	transition: all 0.3s ease;
	top: -1px;
	min-height: 525px;
	min-width: 334px;
}

.showSubMenu5 {
	margin-left: 0px;
	transition: all 0.3s ease;
	top: -1px;
	min-height: 525px;
	min-width: 334px;
}

.showSubMenu6 {
	margin-left: 0px;
	transition: all 0.3s ease;
	top: -1px;
	min-height: 525px;
	min-width: 334px;
}

.showSubMenu7 {
	margin-left: 0px;
	transition: all 0.3s ease;
	top: -1px;
	min-height: 525px;
	min-width: 334px;
}

.showSubMenu13 {
	margin-left: 0px;
	transition: all 0.3s ease;
	top: -180px;
	min-height: 525px;
	min-width: 334px;
}

@media(max-width:990px) {

	.showSubMenu,
	.showSubMenu2,
	.showSubMenu3,
	.showSubMenu4,
	.showSubMenu5,
	.showSubMenu6,
	.showSubMenu7,
	.showSubMenu13 .nav-link .dropdown-item {
		font-size: 18px !important;
		color: #fff !important;
	}
}


#header .sideMenuSub1 .nav-link a {
	font-size: 18px !important;
	color: #fff !important;
}

.icon-arrow-main {
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	width: 0.9rem;
}

.icon-arrow-back {
	transform: rotate(180deg);
	margin-right: 0.4rem;
	width: 1rem;
}

/*
.btn-redeem-voucher {
  height: 37px;
}

.qtyIncrement {
  height:38px;
}
*/
@media(max-width:400px) {
	.newsletterButton {
		left: 32vh;
	}
}

.topBarYellow:hover svg {
	transform: scaleX(1.2);
	transition: all 0.2s ease;
}

p a {
	color: #001d2dbf;
	text-decoration: underline;
}


.icon-arrow-sub {
	position: absolute;
	right: 1.5rem;
	/* top: 50%; */
	/* transform: translateY(-50%); */
	font-size: 18px;
	width: 1rem;
}

@media(max-width:990px) {
	#footer h5 {
		font-size: 16px;
	}
}

@media(max-width:990px) {
	#footer .nav-link {
		padding: 0px 0px 20px 0px;
	}
}

@media(max-width:990px) {
	.textCenterSmall {
		text-align: center;
	}
}

@media(max-width:990px) {
	.navbar-dark {
		height: 88.5px;
	}
}

@media(max-width:990px) {
	.navbar {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.sidebarMenu .navbar-nav {
	border-top: 1px solid rgba(225, 225, 225, 0.2);
}

.navbar-dark .navbar-toggler {
	border-color: #ffffff00;
}

#showLogin .btn {
	padding: 10px;
}

.overflowX {
	overflow-y: hidden !important;
}

.showMobileMenu .nav-item:hover {
	background-color: #082434 !important;
}

.showMobileMenu .nav-link:hover {
	text-decoration: none !important;
}

.sidebarMenu .nav-link:hover {
	background-color: #082434 !important;
}

.wrapperMobile .nav-link {
	padding-left: 2rem;
}

@media(max-width:990px) {
	#header .nav-item {
		font-size: 18px;
	}
}

.navbar-toggler svg {
	height: 2rem;
	width: 1.2rem;
	fill: #f3f3f3f3 !important;
	vertical-align: middle;
}

.navbar-toggler .icon-close {
	fill: #fff !important;
}


.card-footer {
	background-color: #fff !important;
	border-top: none !important;
	text-align: center;
}

.prodItem .card-footer a {
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	font-size: 14px;
	padding: 15px;
	text-decoration: none !important;
	border: 0.1rem solid transparent;
	border-radius: 0;
	background-color: #001D2D;
	/* box-shadow: 0 0 0 0.1rem rgba(0, 29,45, 1); */
	font-weight: 300;
	transition: box-shadow 0.1 ease;
	-webkit-appearance: none;
	appearance: none;
	letter-spacing: .1rem;
	line-height: calc(1 + .2 / 1);
	color: #fff !important;
}

.prodItem .card-body {
	text-align: center;

}

/* .buttonBackCustom {
  margin-right:0!important;
  margin-left:150px!important;
  padding-left:20px;
} */

.border-right {
	border-right: 0px !important;
}

#totalPrice {
	text-align: right !important;
}

#navbarMyAccount .list-group-item{
	color: #001D2D;
	cursor: pointer;

}

#navbarMyAccount .list-group-item:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
	background-color: #001D2D;
	transition: all 0.9s ease;
	color: #f3f3f3;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}


.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.myAccountIcon {
	margin-bottom: 2px;
}

.icon-cart-empty:hover {
	transform: scale(1.1);
}

.myAccountIcon:hover {
	transform: scale(1.1);
}

.sidebarMenu .nav-item {
	text-decoration: none !important;
}

.icon-caret {
	fill: rgb(255, 255, 255, 75%);
	position: absolute;
	right: 0;
	height: 6px;
	margin-bottom: 2px;
}
 

a .comingSoonBtn {
	/* position: absolute!important; */
	transform: translateX(2px) rotate(-15deg) translatey(-1px);
	white-space: nowrap;
	font-size: 90%;
	padding: 5px 10px;
	font-weight: 700;
	letter-spacing: 0;
}

a .comingSoonBtn.disabled,
a .comingSoonBtn:disabled {
	background-color: #f6ca4e;
	border-color: #f6ca4e;
}


#confirmbooking{
	margin-left: auto;
}


.header__icon.header__icon--cart{
	position: relative;
}

.header__icon.header__icon--cart .basketCount{
	background: #fff;
	font-size: 80%;
	position:absolute;
	top:5px;
	right:5px;
	border-radius: 50px;
	color: #001d2d !important;
	height: 15px;
	min-width: 15px;
	line-height: 15px;
	text-align:center;
}


/* //Food and beverage  */
div:has(> .foodCategoryImg)  {
	position: unset;
	
}

.foodCategoryImg {
	position: absolute;
	width: 100%;
	left: 0;
}

.fnbProductItem {
	position: relative;
	min-height: 98px;
}

#fnb-content .breadcrumb {
	background-color: white;
}

#fnb-content .breadcrumb .breadcrumb-item a{
	color: #212529;
}

.fnbProductImg {
	display: none;
}

.fnbProductItem:hover {
	cursor: pointer;
	opacity: 0.8;
	background-color: #f8f9fa !important;
}

#selectedProductImage, #selectedProductAllergens {
	display: none;
}