/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra

*/


/* WooCommerce Produktkatalog: Rahmen / Schatten abrunden */
ul.products li.product,
.woocommerce ul.products li.product {
	border-radius: 20px !important;
	overflow: hidden;
}

/* Einkaufswagen zähler Farbe setzen */
div.moderncart-floating-cart-count {
	background-color: #e3ce99;
}

/* Unterstrich bei div Links entfernen. Gesamter Text in Container wurde unterstrichen, wenn Container selbst verlinkt ist (z.b. Newsletter Teaser Startseite). */
.no-underline {
    text-decoration: none !important;
}

/* Logo über den Header hinausragen lassen */
.site-header .custom-logo-link img {
    margin-bottom: -70px;
    position: relative;
    z-index: 10;
}

/* Footer immer an den unteren Rand */
body, html {
    height: 100%;
}

#page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-content {
    flex: 1 0 auto;
}

.site-footer {
    flex-shrink: 0;
}

/* Passwort-Anzeigen-Button im Kundenlogin vollständig entfernen. War broken durch Astra */
.show-password-input {
    display: none !important;
}

/*Warenkorb Button weiter runter setzen. Gerade auf Mobilansicht zu weit oben */
#moderncart-floating-cart {
        bottom: 13px;
        right: 13px;
        transform: none;
    }


/* Anzeige Mwst. und Zwischensumme ausblenden */
.moderncart-cart-total 
.moderncart-cart-line-items-item.moderncart-cart-line-items__subtotal {
  display: none !important;
}

.moderncart-cart-total
.moderncart-cart-line-items-item.moderncart-cart-line-items__tax {
  display: none !important;
}

/* Kasse Mwst. und Zwischensumme ausblenden */
.cart-subtotal {
  display: none;
}

.order-tax {
  display: none;
}

/* Plus und Minus Buttons auf Produktseite nicht unterstreichen wie restliche Links */
.quantity a {
    text-decoration: none;
}
