/*
 Theme Name:   KDS WM
 Theme URI:    https://webbycrown.com
 Description:  A child theme of Storefront customized for KDS WM
 Author:       WebbyCrown
 Author URI:   https://webbycrown.com/
 Template:     storefront
 Version:      1.0.0
 Text Domain:  storefront-child
*/
#woo-pos-create-dummy-staff,
#woo-pos-create-dummy-customers,
#woo-pos-create-dummy-orders {
	display:none;
}
/* Site branding - full width, logo centered */
.site-branding,
.woocommerce-active .site-header .site-branding {
	width: 100% !important;
	float: none;
	margin: 0 !important;
	text-align: center;
}

@media (min-width: 768px) {
	.woocommerce-active .site-header .site-branding {
		width: 100% !important;
		float: none;
		margin: 0 !important;
	}

	/* Main navigation - full width, centered menu */
	.woocommerce-active .site-header .main-navigation {
		width: 100% !important;
		float: none;
		margin: 0 !important;
		clear: both;
	}

	.woocommerce-active .site-header .main-navigation .primary-navigation,
	.woocommerce-active .site-header .main-navigation .nav-menu {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.site-branding .custom-logo-link {
	display: inline-block;
}

.site-branding .custom-logo {
	max-height: 80px;
	width: auto;
	height: auto;
}

/* Hide sale badge */
.onsale {
	display: none !important;
}

/* Hide site search */
.site-search {
	display: none !important;
}

/* Hide site header cart */
#site-header-cart {
	display: none !important;
}

/* Remove sidebar and make primary content full width */
#secondary {
	display: none !important;
}

#primary.content-area {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
