/*
Theme Name: Ni-Wumpf
Theme URI: https://www.ni-wumpf.com
Author: Ni-Wumpf Ltd
Description: Custom theme replicating the original Ni-Wumpf pinball parts site.
Version: 1.0
*/

.body {
	font-family:Verdana,Arial;
	font-size:12px;
	color:#000000;
}
.footer {
	font-family:Verdana,Arial;
	font-size:12px;
	color:#031faa;
}
.headline {
	font-family:Verdana,Arial;
	font-size:30px;
	color:#031faa;
	z-index: 1;
}
.links {
	font-family:Verdana,Arial;
	font-size:16px;
	color:#000000;
	font-weight : bold;
	text-decoration : none;
	margin-top: 0px;
}
.links A:VISITED {
	font-family:Verdana,Arial;
	font-size:16px;
	color:#000000;
	font-weight : bolder;
	text-decoration : none;
}
.links A:ACTIVE {
	font-family:Verdana,Arial;
	font-size:16px;
	color: Blue;
	font-weight : normal;
	text-decoration : none;
}
.links A:HOVER {
	font-family:Verdana,Arial;
	font-size:16px;
	color: Red;
	font-weight : bolder;
	text-decoration : none;
}
.links A:LINK{
	font-family:Verdana,Arial;
	font-size:16px;
	color:#000000;
	font-weight : bold;
	text-decoration : none;
}

.topnav {
	background-color: #031faa;
	padding: 10px 20px;
	text-align: left;
	position: static;
	z-index: 100;
	margin-bottom: 0;
}
.topnav .products-toggle-wrapper {
	position: relative;
	display: inline-block;
}

.topnav a {
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	margin-right: 30px;
	white-space: nowrap;
}
.topnav a:hover {
	color: #ffcc00;
}
.topnav .products {
	position: absolute;
	top: 100%;
	left: 20px;
	background-color: #031faa;
	padding: 10px 20px;
	margin: 0;
	z-index: 10;
}
.topnav .products li {
	list-style: none;
	margin: 0;
	padding: 4px 0;
}
.topnav .products a {
	color: #ffffff;
	font-size: 14px;
	margin-right: 0;
}

.subhead {
	font-family:Verdana,Arial;
	font-size:20px;
	color:#031faa;
}

.style1 {
	font-size: 18px;
}
.products {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.products li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-banner {
	padding: 0;
	position: relative;
}
.site-banner img.banner-bg {
	width: 100%;
	height: 220px;
	object-fit: contain;
	background-color: #ffffff;
	display: block;
}
.site-banner img.banner-default {
	object-fit: contain;
	background-color: #ffffff;
}
.site-banner img.banner-product {
	object-fit: cover;
}
.site-banner-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #ffffff;
}
.site-banner .banner-tagline {
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}
.site-banner .banner-since {
	font-family: Verdana, Arial;
	font-size: 16px;
	margin-top: 8px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}
.site-banner .banner-tagline {
	font-family: Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.page-wrap {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.page-sidebar {
	width: 150px;
	flex-shrink: 0;
}
.page-main {
	flex: 1;
	min-width: 0;
}
img[src*="header_bar.gif"] {
	height: 12px !important;
	width: 100% !important;
}

.niwumpf-cart-item.niwumpf-cart-hidden {
    display: none;
}
.niwumpf-cart-item a.niwumpf-cart-link {
    display: flex;
    align-items: center;
    gap: 4px;
}
.cart-menu-item .cart-count {
    font-weight: bold;
    color: #c0392b;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    height: auto;
    align-self: center;
}
