/*
Theme Name: Softwarehaus BS5
Theme URI: https://softwarehaus.net/
Author: Softwarehaus AG CH
Author URI: https://softwarehaus.net
Description: A powerful Bootstrap 5 WordPress Theme with WooCommerce Support. This theme gives you full control whatever you do and the full freedom to design whatever you want. It comes with a wide selection of category, page, post, author and archive templates as well as sidebar, header, footer and 404 widgets. There are no customizer settings in the backend. All settings can only be made by touching the code. Some CSS, HTML, PHP and JS Skills are required to customize it.
Text Domain: softwarehaus_bs
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

softwarehaus_bs is based on Underscores https://underscores.me/, (C) 2012-2022 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


/* 
All style editing is done via scss/_shag_custom.scss
*/

body .section-element .element-hint {
	display: none !important;
}

.top-nav-search .wwsShopSearchButton {
	background-color: #4797FF;
	border: 1px solid #4797FF;
	height: 43px !important;
}
.top-nav-search .wwsShopSearchButton:hover{
	cursor:  pointer;
	background-color: #002C66;
	border: 1px solid #002C66;
}
.wwsShopBottomButtonsPanel button,
.wwsShopTopButtonsPanel button,
.wwsShopSubProductsMoreButtonsPanel button {
	height: 42px;
	border: 1px solid #385988;
	color: #385988;
}
.wwsShopBottomButtonsPanel button:hover,
.wwsShopTopButtonsPanel button:hover,
.wwsShopSubProductsMoreButtonsPanel button:hover{
	border: 1px solid #385988;
	background: #385988;
	color: #FFF;
}

.wwsShopSearchExtPanel .wwsShopSearchEditPanel input.form-control{
	border-radius: 3px 0 0 3px;
}
.wwsShopSearchExtPanel .wwsShopSearchButtonPanel button.wwsShopSearchButton {
	border-radius: 0 3px 3px 0;
	background-color: #4797FF;
	border: 1px solid #4797FF;
	height: 47px !important;
}
.wwsShopSearchExtPanel .wwsShopSearchButtonPanel button.wwsShopSearchButton:hover {
	border-radius: 0 3px 3px 0;
	background-color: #002C66;
	border: 1px solid #002C66;
}

.wwsShopSubProductsFilterOrderPanel button.wwsShopFilterButton{
	height: 45px;
	border: 1px solid #385988;
	color: #385988;
}
.wwsShopSubProductsFilterOrderPanel button.wwsShopFilterButton:hover{
	background-color: #4797FF;
	border: 1px solid #4797FF;
	color: #FFF;
}

.wwsShopProductAddExecutePanel button {
	height: 45px;
	border: 1px solid #002C66;
	color: #002C66;
}
.wwsShopProductAddExecutePanel button:hover {
	height: 45px;
	border: 1px solid #002C66;
	color: #FFF;
	background-color: #002C66;
}
button.wwsShopCheckoutCouponSetPanel,
.wwsShopCheckoutCartClearButton,
.wwsShopCheckoutLoginRegisterButtonsPanel button{
	height: 45px;
}
@media screen and (max-width: 556px){
	.wwsShopCheckoutShippingAddressButtonsPanel button{
		float: none;
	}
	.wwsShopCheckoutBillingAddressPostalCodePanel, .wwsShopCheckoutShippingAddressPostalCodePanel{
		width: 30%;
	}
	.wwsShopCheckoutBillingAddressPlacePanel, .wwsShopCheckoutShippingAddressPlacePanel{
		width: 55%;
	}
}
.wwsShopBottomButtonsPanel button, .wwsShopTopButtonsPanel button, .wwsShopSubProductsMoreButtonsPanel button{
	float: none;
}
.wwsShopCheckoutMainMenuItemPanel{
	text-align: center;
}
