.noHighlight {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	cursor: pointer;
}

.cursorPoint {

}

.centerNav {
	display: flex;
	justify-content: center;
}

.navbar_UL {
	margin: 0px auto;
	padding: 0px 50px;
	width: 100%;
	list-style: none;
	z-index: 97;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navbarRight {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.navbarLeft {
	z-index: 99;
	position: absolute;
	margin-right: auto;
}

.navbarCenter {
	display: flex;
	justify-content: center;
	margin: auto;
}

.navbarLogo {
	height: 130px !important;
	padding: 10px;
}

.navbarLeft > li {
	width: 90px;
	transition: ease-in-out 0.3s;
	text-align: center;
}

.navbarLeft > li > a {
	display: inline-block;
	padding: 1px 10px;
	position: relative;
	margin: 10px 15px;
}

.navbarLeft > li > a:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #004c5d;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.navbarLeft > li:hover > a:after { 
	width: 100%; 
	left: 0; 
}

.navbarLeft > li > a {
	color: #004c5d !important;
}

.navbarRight, .navbarLeft {
	display: flex;
	align-items: center;
	height: 130px;
	width: 200px;
	justify-content: space-evenly;
	font-weight: bold;
	text-transform: uppercase;
}

.site-header-item {
	margin-right: 0px !important;
}

/* Off Canvas Styling */

#speciesList {
}

.activeBlock {
	display: block !important;
}

.fstColumn {
	display: flex;
}

.fstColItem {
	width: 120px;
	padding: 0px 5px 20px;
	transition: ease-in-out 0.15s;
}

.fstColItem:hover {
	padding: 0px 0px 20px 5px;
}

.fstColLabel {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fstColLabel > img {
	height: 10px !important;
}

.secColumn, .mainColumns, .containerOCN {
	display: none;
}

.secColumn {
	min-width: 0px;
	text-align: center;
	margin: 0 20px;
	height: calc(85vh - 100px);
	overflow-y: auto;
	width: 100%;
	transition: ease-in-out 0.4s;
}

.secColWrap {
	min-width: 291px;
}

.navGrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	overflow-x: hidden;
	opacity: 0;
	transition: ease-in-out 0.2s;
}

.navGrid div {
	margin: 10px;
	border-radius: 10px;
	background: #004c5d;
	box-shadow: 0px 0px 3px #00000021, 0px 0px 6px #0003, 0px 0px 9px #00000080;
	transition: ease-in-out 0.15s;
	cursor: pointer;
	width: 150px;
	height: 194px;
	opacity: 1;
}

.navGrid > div:hover {
	box-shadow: 0px 0px 1px #00000014, 0px 0px 4px #0000001a, 0px 0px 6px #0000005c;
	background: #053c48;
}

.navGrid div img {
	border-radius: 10px;
	width: 150px;
	transition: ease-in-out 0.15s;
}

.navGrid > div:hover > img {
	box-shadow: 0px 0px 1px #0000001a, 0px 0px 4px #0000001c, 0px 0px 6px #00000069;
}

.navGrid div p {
	margin: 10px 0px !important;
	border-radius: 0px 0px 10px 10px;
	color: white;
}

.activeMain, .activeSC {
	display: flex;
	flex-direction: column;
	transition: ease-in-out 0.4s;
}

.containerOCN {
	position: absolute;
	left: -400px;
	height: 120vh;
	z-index: 98;
	background: #fff;
	padding-top: 120px;
	padding-bottom: 2.5rem;
	padding-left: 100px;
	min-width: 310px;
	transition: ease-in-out 0.4s;
}

.closeButton {
	position: absolute;
	top: 26px;
	right: -40px;
}

.overlayOCN {
	position: fixed;
	inset: 0px;
	width: 0vw;
	height: 0vh;
	opacity: 0;
	z-index: 97;
	background: rgb(0, 0, 0);
	transition: opacity ease-in-out 0.4s;
}

#closeOCN > img {
	width: 16px !important;
	transition: ease-in-out 0.3s;
}

#closeOCN > img:hover {
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.45));
	transform: rotate(-90deg);
}

.mobileNav {
	display: none;
	height: 88px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	position: relative;
}

/* Mobile Menu */

@media only screen and (max-width: 900px){
	
	.containerOCN {
		overflow: clip;
		padding-top: 110px;
	}
	.mobileNav {
		display: flex;
	}
	.centerNav {
		display: none;
	}
	.navbarRight {
		height: 90px;
		width: 100px;
	}
	.navbarLogo {
	height: 90px !important;
	}
	.navGrid {
		grid-template-columns: 1fr 1fr;
	}
	.secColumn {
		margin-left: 64px;
	}
}

@media only screen and (max-width: 550px){
	
	.navGrid {
		grid-template-columns: 1fr;
	}
}

.mobMainItms {
	display: flex;
	align-items: center;
	width: 100%;
}

.firstLevel {
	left: 100px;
	position: absolute;
	list-style: none;
	width: 120px;
	opacity: 100%;
	transition: ease-in-out 0.15s;
}

.firstLItem {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 5px 20px;
	transition: ease-in-out 0.15s;
}

.firstLItem:hover {
	padding: 0px 0px 20px 5px;
}

.firstLItem > img {
	height: 10px !important;
}

.secondLevel {
	opacity: 100%;
	transition: ease-in-out 0.15s;
	display: none;
}

.secondLVLItems {
	position: absolute;
	left: 310px;
	transition: 0.15s ease-in-out;
}

.menuBack {
	position: absolute;
	top: 34px;
	left: 100%;
	cursor: pointer;
	width: 33px;
	padding: 0px 5px;
	transition: ease-in-out 0.15s;
}

.menuBack:hover {
	padding: 0px 5px;
}

.menuBack img {
	height: 19px;
}

.speciesMobile {
	transition: 0.15s ease-in-out;
}

/* mini cart style */

.dropdown-menu.dropdown-menu-mini-cart {
	list-style: none;
}