/*  toppage only  */
.home .site-header.headroom .navbar-nav a { color: #ffffff; font-family: "Kiwi Maru"; }
.home .site-header.headroom--not-top .navbar-nav a { color: #404040; }
.home .headroom--not-top .navbar-nav a:hover { color: #00cccc; }
/*.home .wp-custom-logo .headroom .custom-logo-link img { max-height: 60px;
	/*content:url("https://ruco-b.com/wp-content/uploads/2025/10/header_logo_RUCO_white-scaled.png")!important;
	content: none !important;*/
}
body.home .wp-custom-logo .headroom--not-top .custom-logo-link img { max-height: 60px;
	content:url("https://ruco-b.com/wp-content/uploads/2025/10/header_logo_RUCO-scaled.png");
}
.home .headroom .navbar-nav .header_datumou img { max-height: 40px;
	content:url("https://ruco-b.com/wp-content/uploads/2025/10/header_datumou_white-scaled.png")!important;
}
.home .headroom--not-top .navbar-nav .header_datumou img { max-height: 40px;
	content:url("https://ruco-b.com/wp-content/uploads/2025/10/header_datumou-scaled.png")!important;
}
.home .headroom--not-top .navbar-nav .header_datumou img:hover {
	content:url("https://ruco-b.com/wp-content/uploads/2025/10/header_datumou_blue-scaled.png")!important;
}
.home .headroom .navbar-nav .header_shop img {
	content:url("https://ruco-b.com/wp-content/uploads/2025/10/header_RUCOshop_white.png")!important;
}
.home .headroom--not-top .navbar-nav .header_shop img {
	content:url("https://ruco-b.com/wp-content/uploads/2025/09/header_RUCOshop.png")!important;
}
.home .headroom--not-top .navbar-nav .header_shop img:hover {
	content:url("https://ruco-b.com/wp-content/uploads/2025/10/header_RUCOshop_blue.png")!important;
}

/* allpage */
.navbar-nav a { transition: none !important; border-bottom: none !important; }
.site-header.headroom .navbar-nav a { color: #404040; font-family: "Kiwi Maru"; }
.headroom .navbar-nav a:hover { color: #00cccc; }
.navbar-nav>li>a:hover { border-bottom: none; }
/*body.wp-custom-logo .headroom .custom-logo-link img { content:url("https://ruco-b.com/wp-content/uploads/2025/10/header_logo_RUCO-scaled.png");
max-height: 60px; }*/
.headroom .navbar-nav .header_datumou img { content:url("https://ruco-b.com/wp-content/uploads/2025/10/header_datumou-scaled.png");
max-height: 40px; }
.headroom .navbar-nav .header_datumou img:hover { content:url("https://ruco-b.com/wp-content/uploads/2025/10/header_datumou_blue-scaled.png"); }
.headroom .navbar-nav .header_shop img { content:url("https://ruco-b.com/wp-content/uploads/2025/09/header_RUCOshop.png"); }
.headroom .navbar-nav .header_shop img:hover { content:url("https://ruco-b.com/wp-content/uploads/2025/10/header_RUCOshop_blue.png"); }

/*  mobile menu  */
@media screen and (max-width: 768px) {
.home .navbar-toggle .icon-bar { background: #fff !important; }
.home .headroom--not-top .navbar-toggle .icon-bar { background: #404040 !important; }
.navbar-nav>li.current-menu-item>a,.navbar-nav>li.current-menu-parent>a,.navbar-nav>li.current_page_item>a{ color: #606060 !important; }
.navbar-toggle .icon-bar { background: #404040 !important; }
.side-nav-open .navbar-toggle .icon-bar { background: #404040 !important; }
/*.headroom--not-top .navbar-toggle .icon-bar { background: #404040 !important; }*/
.navbar-nav li {
	padding:0 !important;
	border-bottom: 1px solid #606060 !important;
	display: flex !important;
	justify-content: flex-end !important;
	min-height: 50px !important;
	margin: 0 !important;
	}
.navbar-nav li a {
	color: #404040!important;
	font-family: "Kiwi Maru"!important;
	font-weight: 500 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	box-sizing: border-box !important;
	padding: 0 !important;
	margin: 0 !important;
	}
.side-nav .navbar-nav { text-align: right !important; }
.side-nav__wrap .navbar-toggle {
	margin:0 !important;
	margin-bottom:15px !important;
	justify-self: right !important;
	}
.side-nav__close-button {
	display: flex !important;
	justify-content: flex-end !important;
	}
.navbar-toggle { margin: 15px 20px 0 0 !important; }
.header_shop_sp { margin-right: -4% !important; }
}