:root {
	--biohub-blue: #425bc1;
	--biohub-nav-text: #2a2f4c;
}



/* ======================================= */
/* Biohub Header                           */
/* ======================================= */
.biohub-header .navbar-default .navbar-toggle:hover, 
.biohub-header .navbar-default .navbar-toggle:focus{
    background:#fff;
}
.biohub-header {
	height: 82px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	/*box-shadow: 0 2px 12px rgba(42, 47, 76, 0.07);*/
}
.biohub-header .container {
	height: 100%;
}
.biohub-header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

/* Site Branding */
.biohub-header .site-branding {
	flex-shrink: 0;
}
.biohub-header .site-branding img {
	max-height: 46px;
	width: auto;
	padding: 0;
	margin: 0;
}

/* Navigation overrides inside biohub header */
.biohub-header #site-navigation {
	margin: 0;
	background-color: transparent;
	border: none;
	min-height: unset;
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items:center;
	height:100%;
	margin-right:20px;
}
.biohub-header #md-collapse-menu {
	padding: 0;
	border: none;
}
.biohub-header #primary-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 29px;
}
.biohub-header #primary-menu > li {
	margin: 0;
}
.biohub-header #primary-menu .menu-item a {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: var(--biohub-nav-text);
	padding: 5px 0;
	text-decoration: none;
}
.biohub-header #primary-menu .menu-item .sub-menu a{
    display:block;
}
.biohub-header #primary-menu .menu-item a:hover {
	color: var(--biohub-blue);
}
.biohub-header #primary-menu li ul.sub-menu{
    padding:10px;
    margin:0;
    list-style:none;
    visibility:hidden;
    opacity:0;
}

/* Header Actions */
.biohub-header-actions {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-shrink: 0;
}
.biohub-cart-btn {
	width: 35px;
	height: 35px;
	background: #fff;
	border: 1px solid var(--biohub-nav-text);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	transition: background 0.3s ease;
}
.biohub-cart-btn:hover {
	background: var(--biohub-nav-text);
}
.biohub-cart-btn:hover svg path,
.biohub-cart-btn:hover svg circle {
	stroke: #fff;
	fill: #fff;
}
.biohub-account-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 124px;
	height: 37px;
	padding: 0 16px;
	background: #fff;
	border: 1px solid var(--biohub-nav-text);
	border-radius: 4px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	color: var(--biohub-nav-text);
	text-decoration: none;
	transition: background 0.3s ease, color 0.3s ease;
}
.biohub-account-btn:hover {
	background: var(--biohub-nav-text);
	color: #fff;
	text-decoration: none;
}
#primary-menu .menu-item-has-children > a:before {
    content: "\203A";
    position: absolute;
    right: -14px;
    top: 6px;
    font-size: 20px;
    transform: rotateZ(90deg);
    color: #2A2F4C;
}
#primary-menu li.menu-item-has-children a {
    position: relative;
}
#primary-menu li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.menu-item-has-children .sub-menu {
    position: absolute;
    top: 82px;
    min-width:160px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background:var(--biohub-hero-bg);
    border:1px solid #80808026;
    border-radius:10px;
    list-style: unset;
    z-index: 999;
}

/* Biohub Header — Responsive */
@media screen and (max-width: 991px) {
	.biohub-header {
		height: auto;
	}
	.biohub-header .container {
		height: auto;
	}
	.biohub-header-wrap {
		flex-wrap: wrap;
		height: auto;
		padding: 14px 0;
	}
	.biohub-header .site-branding {
		z-index: 2;
	}
	.biohub-header .site-branding img {
		max-height: 36px;
	}
	.biohub-header-actions {
		display: none;
	}
	/*.biohub-header #site-navigation {*/
	/*	flex-basis: 100%;*/
	/*	justify-content: flex-start;*/
	/*}*/
	.biohub-header #primary-menu {
		flex-direction: column;
		gap: 0;
		padding: 10px 0 16px;
	}
	.biohub-header #primary-menu > li {
		margin-bottom: 10px;
	}
	.biohub-header #primary-menu .menu-item a {
		font-size: 15px;
		padding: 4px 0;
	}
}
/* Biohub Header End */

/* ======================================= */
/* Biohub Footer                           */
/* ======================================= */
.biohub-footer {
	float: left;
    width: 100%;
    background: var(--biohub-blue) url(/wp-content/uploads/2026/05/footer_left_image.jpg) no-repeat left bottom;
    padding: 110px 0 60px;
    display: block;
    border-radius: 40px 40px 0 0;
    background-position-y: 200px;
}

/* Logo */
.footer-logo-col {
	margin-bottom: 30px;
}
.footer-logo-link {
	display: inline-block;
}
.footer-logo-link img {
	max-width: 188px;
	height: auto;
}
.footer-text-logo {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	text-decoration: none;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.footer-text-logo:hover {
	color: #fff;
	text-decoration: none;
}

/* Nav kolone */
.footer-nav-col {
	margin-bottom: 30px;
}
.footer-col-title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 20px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.footer-nav-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav-col ul li {
	margin-bottom: 10px;
}
.footer-nav-col ul li:last-child {
	margin-bottom: 0;
}
.footer-nav-col ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	text-decoration: none;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.footer-nav-col ul li a:hover {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
}

/* Info kolona */
.footer-info-col {
	margin-bottom: 30px;
}
.footer-email-line {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 15px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.footer-email-line a {
	color: #fff;
	text-decoration: none;
}
.footer-email-line a:hover {
	color: rgba(255, 255, 255, 0.75);
}
.footer-info-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-info-links li {
	margin-bottom: 10px;
}
.footer-info-links li:last-child {
	margin-bottom: 0;
}
.footer-info-links li a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	text-decoration: none;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.footer-info-links li a:hover {
	color: rgba(255, 255, 255, 0.75);
}

/* Divider */
.biohub-footer-divider {
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

/* Bottom */
.biohub-footer-bottom {
	padding-bottom: 30px;
}
.footer-copyright {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 21px;
	margin: 0 0 15px;
	font-family: 'Plus Jakarta Sans', sans-serif;
}
.footer-disclaimer {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Biohub Footer — Responsive */
@media screen and (max-width: 991px) {
    #primary-menu .menu-item-has-children > a:before{
        content:unset;
    }
	.biohub-footer {
		padding: 50px 0 0;
	}
	.biohub-header #site-navigation{
	    justify-content:flex-end;
	    flex:0 0 100%;
	}
	.biohub-header #site-navigation .navbar-header{
        position: absolute;
        top: 0;
        right: 0;
	}
	#md-collapse-menu.navbar-collapse{
	    float:left;
	    width:100%;
	}
	/*.biohub-header #md-collapse-menu:before{*/
	/*    content:'\00D7';*/
	/*    position:fixed;*/
	/*    top:0;*/
	/*    right:15px;*/
	/*    font-size:32px;*/
	/*    z-index:999999;*/
	/*    font-weight:600;*/
	/*    width:45px;*/
	/*    display:flex;*/
	/*    justify-content: center;*/
	/*    align-items:center;*/
	/*    color:#2a2f4c;*/
	/*}*/
	.biohub-header .menu-main-menu-container{
	    width:100%;
	}
	.biohub-header #primary-menu{
	    flex-direction:column;
	    gap:0;
	    padding:10px 0 16px;
	}
	.biohub-header #primary-menu .menu-item {
	    position:relative;
	}
	.biohub-header #primary-menu .menu-item a{
	    font-size:15px;
	    padding:16px 0;
	    display:block;
	    border-bottom:2px solid #f2f5f9;
	}
	.biohub-header .md-x-collapse{
	    right: 0;
	    margin-right:0;
        background: 0;
        border: 0;
        top:-45px;
	}
	.biohub-header .navbar-default .navbar-toggle .icon-bar{
	    background:#425CC2;
	    width: 30px;
        height: 3px;
        border-radius: 1px;
	}
	.menu-chevron{
	    position: absolute;
        right: 0;
        top: 0;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background-size: 30px;
	}
	.menu-chevron img{
	    width:15px;
	}
	.biohub-header #primary-menu li ul.sub-menu{
	    position:static;
	    transition: unset;
        display: none;
	}
}
@media screen and (max-width: 767px) {
	.biohub-footer {
		padding: 40px 0 0;
	}
	.biohub-footer-bottom .col-xs-12:first-child {
		margin-bottom: 15px;
	}
/* 	.footer-logo-col{
	    text-align:center;
	} */
}
@media screen and (max-width: 480px) {
	.footer-nav-col {
		width: 100%;
	}
}
/* Biohub Footer End */
