/*!
Theme Name: adventskiste
Theme URI: http://underscores.me/
Author: TSN-Media
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adventskiste
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.woocommerce-Price-amount span { padding-left: 4px; }
.woocommerce-shipping-destination { display:none; }

@media only screen and (min-width: 600px) {
#customer_login { display: flex; flex-flow: row wrap; gap: 2%; width:100%; max-width:100% !important; }
#customer_login .woocommerce-line-fields { flex: 48%; }
#customer_login .woocommerce-Button { margin-top:25px; }
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input { right: 8em;  }
}

/* Correction Landingpage Packages */
.woocommerce.featured-packages {
	width: 100%;
}

.woocommerce.featured-packages ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	align-items: center;
}

.woocommerce.featured-packages .add_to_cart_button {
	display: none !important;
	height: 0 !important;
}

.woocommerce.featured-packages ul li {
	padding-bottom: 0 !important;
	margin-right: 0;
}
.woocommerce.featured-packages ul.products li.product {
	margin-right: 0;
}

@media only screen and (max-width: 577px) {
	.woocommerce.featured-packages ul li {
		width: 80% !important;
	}
}

.woocommerce.featured-packages ul.products::before {
	display: none;
}

.woocommerce.featured-packages ul.products::after {
	display: none;
}

.post-18143 h1.entry-title, .post-18134 h1.entry-title {
	text-align: center;
}

/* Correction more Products Pre-defined products template */
div.pre-defined-more {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

div.pre-defined-more p{
	display: none;
}