/*
 Theme Name:   Divi Child
 Description:  Dachzeltmomente Theme
 Author:       Kekoa
 Author URI:   httpw://www.kekoa.ch
 Template:     Divi
 Version:      1.0
 Text Domain:  divi-child
*/

.up-sells.upsells.products h2 {
	display: none;
}

/* Hide header on all pages */
#main-header { display:none; }
#page-container { 
	padding-top:0px !important; 
	margin-top:-1px !important 
}

.kasse { 
	background-color:#897b65
}

/* One Item per Row on Mobile */
@media (max-width: 420px) {
	#post-12881 ul.products {
        display: flex;
        flex-wrap: wrap;
    }

    #post-12881 ul.products li{
        flex: 1 1 100%;
    }

    .woocommerce-message {
        display: flex;
        flex-direction: column;

    }

    .woocommerce-message a {
        text-align: center;
    }
}

/* search input width  search close button  */
.et_pb_menu__search-container--visible .et_pb_menu__search-form {
	flex: 0 1 85%;
}

.et_pb_menu__search-input {
	font-family: 'Amatic SC',handwriting;
}

/* search input width  search close button  */
@media (max-width: 420px) {
		.et_pb_menu__search-container--visible .et_pb_menu__search-form {
		flex: 0 1 55%;
	}
}
.summary.entry-summary {
    display: none;
}
/* overflow home  */
#page-container{
	overflow:hidden !important; 
}
