/*
 Theme Name:     Äsemo 2020
 Theme URI:      https://www.krater.at
 Description:    Äsemo 2020 Theme
 Author:         Krater
 Author URI:     https://www.krater.at
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* stick footer to page bottom or window */

/* navigation cart menu item */
#quadmenu_3 .quadmenu-cart-empty bdi,
#quadmenu_3 .quadmenu-cart-empty .quadmenu-cart-qty {
	display: none !important;
}

/* cart page */
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	padding: 0.3em 1em;
}

#et-main-area {
	position: relative;
    min-height: calc( 100vh - 167px);
	display: flex;
	flex-direction: column;
}

#main-content {
	width: 100%;
	min-height:100%;
	position: relative;
	margin:0 auto;
}

.woocommerce .button.alt,
.woocommerce .button,
.woocommerce-page .button.alt,
.woocommerce-page .button {
	color: black !important;
	border-color: black !important;
}

.woocommerce .button.alt:hover,
.woocommerce .button:hover,
.woocommerce-page .button.alt:hover,
.woocommerce-page .button:hover {
	border-color: transparent !important;
}

.woocommerce-notices-wrapper .button {
	background-color: transparent !important;
	color: white !important;
	border: 2px solid white !important;
}

.woocommerce-notices-wrapper .button:hover {
	background-color: white !important;
	color: #48763a !important;
	border: 2px solid transparent !important;
}

footer{
	bottom:0;
	width:100%;
}